Selaa lähdekoodia

open automatically

christianchiarulli 4 vuotta sitten
vanhempi
commit
583d0b8af1
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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
 }