Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-03 23:12:34 +04:00
parent bed35bc751
commit 09a1aee790
1 changed files with 1 additions and 7 deletions

View File

@ -46,13 +46,7 @@ else
fi
## Neovim
#if [ ! -f ~/.local/share/nvim/autoload/plug.vim ]; then
# echo "Installing vim-plug"
# curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
#else
# echo "vim-plug already installed"
#fi
nvim -c 'PlugUpgrade | PlugUpdate | qall'
## Add user to useful groups
sudo usermod -aG wheel,input,audio,video,lp v