fix: nvm and vim setup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user