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 function nvm
bass source $NVM_DIR/nvm.sh ';' nvm $argv bax source $NVM_DIR/nvm.sh ';' nvm $argv
end end

View File

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

View File

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