Browse Source

open automatically

christianchiarulli 4 năm trước cách đây
mục cha
commit
583d0b8af1
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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
 }