christianchiarulli 4 年之前
父節點
當前提交
05b564179f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/installer/install.sh

+ 2 - 2
utils/installer/install.sh

@@ -102,10 +102,10 @@ cloneconfig() {
     echo "Cloning LunarVim configuration"
     git clone --branch master https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim
     cp $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua
-    nvim -cq --headless \
+    nvim --headless \
         +'autocmd User PackerComplete sleep 100m | qall' \
         +PackerInstall
-    nvim -cq --headless \
+    nvim --headless \
         +'autocmd User PackerComplete sleep 10m | qall' \
         +PackerSync
     echo -e "\nCompile Complete"