diff options
| author | Abouzar Parvan <[email protected]> | 2021-07-09 03:21:33 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-08 18:51:33 -0400 | 
| commit | 4ce73cdddb9c4b39ff6ebd463149689e18d192ac (patch) | |
| tree | 6dae8282c7a95cdd2d0ddd4c7ee73ad23c41685e /utils/installer | |
| parent | 2b864e8517ac4702df1a7ebf70232f332666aa04 (diff) | |
pain and suffering (#801)
Diffstat (limited to 'utils/installer')
| -rwxr-xr-x | utils/installer/install.sh | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 9f491af7..6541339f 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -102,12 +102,12 @@ 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 --headless \ +    nvim -cq --headless \ +        +'autocmd User PackerComplete sleep 100m | qall' \ +        +PackerInstall >/dev/null 2>&1 +    nvim -cq --headless \          +'autocmd User PackerComplete sleep 10m | qall' \ -        +PackerInstall -    nvim --headless \ -        +'autocmd User PackerComplete sleep 10m | qall' \ -        +PackerSync +        +PackerSync >/dev/null 2>&1      echo -e "\nCompile Complete"      # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1  } | 
