diff options
author | Chris <[email protected]> | 2021-07-08 20:07:55 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-08 20:07:55 -0400 |
commit | b5c1dd6b477af0006a55bcb3e8d86578cd3d9bfa (patch) | |
tree | 8f8751f6ec3a865f5cacb1fd8ed4a17ed343d0d1 /utils/installer/install.sh | |
parent | ca9aab95bd595872d27cbb31600fda9fc99644a4 (diff) |
try without tsupdate
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-x | utils/installer/install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index a8d99017..66dca54d 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -106,7 +106,9 @@ cloneconfig() { +'autocmd User PackerComplete sleep 100m | qall' \ +PackerInstall - nvim +PackerSync + nvim --headless \ + +'autocmd User PackerComplete sleep 100m | qall' \ + +PackerSync echo -e "\nCompile Complete" # nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1 |