fix: nvm and vim setup
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function nvm
|
||||
bass source $NVM_DIR/nvm.sh ';' nvm $argv
|
||||
bax source $NVM_DIR/nvm.sh ';' nvm $argv
|
||||
end
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user