Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-04 00:41:07 +04:00
parent 31eeba2c37
commit 76f324b852
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ else
fi
## Neovim
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
## Add user to useful groups
sudo usermod -aG wheel,input,audio,video,lp v