vim fixes and prettier config

This commit is contained in:
Andrejus
2020-06-06 14:25:47 +01:00
parent e998e657ce
commit 57eb54e2d5
4 changed files with 11 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ neovim
net-tools
openssh-client
openssh-server
ripgrep
ruby-full
software-properties-common
tmux

View File

@@ -13,7 +13,7 @@ if not_installed "nvm"; then
nvm install node
nvm install iojs
nvm alias default lts/erbium
fi
printf "nvm is installed, upgrading...\n"

View File

@@ -14,9 +14,10 @@ fi
nvim -E PlugInstall -c q
nvim -E PluginInstall -c q
sudo pip3 install neovim
sudo yarn global add neovim
sudo gen install neovim
pip3 install neovim
node --version
yarn global add neovim
sudo gem install neovim
nvim --version