From f20cbc740c33750af9aa8c99351115719cb2a3c4 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Thu, 8 Jul 2021 18:59:44 -0400 Subject: test again --- utils/installer/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/installer/install.sh') diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 6541339f..8ae5c925 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -104,10 +104,10 @@ cloneconfig() { cp $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua nvim -cq --headless \ +'autocmd User PackerComplete sleep 100m | qall' \ - +PackerInstall >/dev/null 2>&1 + +PackerInstall nvim -cq --headless \ +'autocmd User PackerComplete sleep 10m | qall' \ - +PackerSync >/dev/null 2>&1 + +PackerSync echo -e "\nCompile Complete" # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1 } -- cgit v1.2.3