From 2e1d53971e5121b37cdd1ff6250aec55ead1370f Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Mon, 19 Jul 2021 15:54:57 +0530 Subject: [PATCH] install.sh: More automation --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 401ce04..69bce33 100755 --- a/install.sh +++ b/install.sh @@ -153,7 +153,9 @@ main() { if _NVIM="$(command -v nvim)"; then if _check_nvim_version; then printf "\n%s\n" "=> Neovim will now open." && sleep 1 - "${_NVIM}" +":lua require 'pluginList' vim.cmd('PackerSync')" + "${_NVIM}" +"autocmd User PackerComplete ++once quitall" \ + +":lua require 'pluginList' vim.cmd('PackerSync')" + "${_NVIM}" else printf "Error: Neovim is installed, but version is lower than 0.5.x, install Neovim >= 5.x and then run nvim & do :PackerSync\n." fi