vim fixes and prettier config
This commit is contained in:
@@ -4,6 +4,7 @@ neovim
|
||||
net-tools
|
||||
openssh-client
|
||||
openssh-server
|
||||
ripgrep
|
||||
ruby-full
|
||||
software-properties-common
|
||||
tmux
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user