vim plugin and elm updates

This commit is contained in:
Andrejus
2020-07-14 00:12:29 +01:00
parent 12333f1c5d
commit 73781d4d30
3 changed files with 62 additions and 136 deletions

View File

@@ -13,10 +13,10 @@ echo "Installing neovim support";
pip3 install neovim
pip3 install pynvim
node --version
yarn global add neovim
npm install -g neovim elm-format
sudo gem install neovim
echo "Running PlugInstall";
nvim --headless +PlugInstall +PlugUpgrade +PlugUpdate +qall
nvim --version