diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/installer/install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 75a2f23f..a8d99017 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -105,9 +105,9 @@ cloneconfig() { nvim --headless \ +'autocmd User PackerComplete sleep 100m | qall' \ +PackerInstall - nvim --headless \ - +'autocmd User PackerComplete sleep 10m | qall' \ - +PackerSync + + nvim +PackerSync + echo -e "\nCompile Complete" # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1 } |