Skip to content

Commit

Permalink
feat(provision): install coc extensions in post
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Nov 19, 2020
1 parent e38eaac commit c3a4aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions post-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ if _is_callable nvim ; then
_msg "-- vim-plug --"
_msg "Running PlugInstall..."
nvim +'PlugInstall --sync' +qall
_msg "Installing coc-nvim extensions..."
cd ~/.config/coc/extensions
npm install
cd -
fi

# emacs
Expand Down

0 comments on commit c3a4aa6

Please sign in to comment.