fix: nvm and vim setup

This commit is contained in:
Andrejus
2020-11-09 20:01:43 +00:00
parent 9e8b2642b4
commit 33b73ac592
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
function nvm
bass source $NVM_DIR/nvm.sh ';' nvm $argv
bax source $NVM_DIR/nvm.sh ';' nvm $argv
end

View File

@@ -1,5 +1,5 @@
apt-transport-https
batcat
bat
curl
fd-find
git
@@ -14,3 +14,4 @@ ripgrep
ruby-full
software-properties-common
tmux
universal-ctags

View File

@@ -11,7 +11,8 @@ fi
echo "Installing neovim support";
pip3 install --user neovim pynvim 'python-language-server[all]'
yarn global add neovim
nvm use default
npm install -g neovim
sudo gem install neovim
echo "Running PlugInstall";