Parcourir la source

open automatically

christianchiarulli il y a 4 ans
Parent
commit
583d0b8af1
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      utils/installer/install.sh

+ 3 - 3
utils/installer/install.sh

@@ -105,9 +105,9 @@ cloneconfig() {
     nvim --headless \
         +'autocmd User PackerComplete sleep 100m | qall' \
         +PackerInstall
-    nvim --headless \
-        +'autocmd User PackerComplete sleep 10m | qall' \
-        +PackerSync
+
+    nvim +PackerSync
+
     echo -e "\nCompile Complete"
     # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1
 }