Explorar o código

test with compile

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

+ 6 - 1
utils/installer/install.sh

@@ -106,7 +106,12 @@ cloneconfig() {
     # nvim -u $HOME/.config/nvim/init.lua +PackerCompile +PackerInstall
     nvim --headless \
        +'autocmd User PackerComplete sleep 100m | qall' \
-       +PackerInstall \
+       +PackerInstall
+
+    nvim --headless \
+       +'autocmd User PackerComplete sleep 100m | qall' \
+       +PackerCompile \
+       echo "Compile Complete"
     # cat ~/.config/nvim/packer.install.result | rg -v 'Press'
     # nvim --headless \
     #    +'autocmd User PackerComplete sleep 100m | write ~/.config/nvim/packer.compile.result | qall' \