vim plugin and elm updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -2,9 +2,5 @@
|
||||
source "$(dirname $0)/utils.sh"
|
||||
|
||||
if not_installed "elm"; then
|
||||
curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz
|
||||
gunzip elm.gz
|
||||
chmod +x elm
|
||||
sudo mv elm /usr/local/bin/
|
||||
npm install -g elm
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user