christianchiarulli %!s(int64=4) %!d(string=hai) anos
pai
achega
f93e1f0f00
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      utils/installer/install.sh

+ 3 - 3
utils/installer/install.sh

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