From 76f324b852f73d86b6fa1ed01585df5a2847c164 Mon Sep 17 00:00:00 2001 From: V Date: Sun, 4 Dec 2022 00:41:07 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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