Skip to content

Commit

Permalink
Install coc extensions in install
Browse files Browse the repository at this point in the history
Part of #5.
  • Loading branch information
bobwhitelock committed Jun 20, 2020
1 parent 162093d commit 6fceff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ install_dependencies() {
setup_vim() {
run mkdir -p vim/{session,undodir,view}
run "vim +':PlugInstall | :PlugUpdate | :qa!'"
run 'cd ~/.config/coc/extensions && yarn install'
}

link_files() {
Expand Down

0 comments on commit 6fceff3

Please sign in to comment.