summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/installer/install.sh4
1 files changed, 2 insertions, 2 deletions
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
}