From e781e3d8766ae6b1cc3a9c83ce8fa9a06b0d5757 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 8 Jul 2021 00:46:42 -0400 Subject: test with compile --- utils/installer/install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/installer/install.sh b/utils/installer/install.sh index ea1f1afb..667e566f 100755 --- a/utils/installer/install.sh +++ b/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' \ -- cgit v1.2.3