diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index 0d701fd..3c53411 100644 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -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