diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:31:14 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:31:14 -0400 |
commit | 6e8bbd15721aff988f50a1377f492f1d15c3cd0d (patch) | |
tree | 2e19c724734e618ef308d53ceca63741025ef7c5 | |
parent | 4146865add1cd66c8013f96a23d9e255b5b9e1b4 (diff) |
test
-rwxr-xr-x | utils/installer/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index f5381950..7f5a6e32 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -109,7 +109,7 @@ cloneconfig() { +'autocmd User PackerComplete sleep 10m | qall' \ +PackerSync echo -e "\nCompile Complete" - nvim --headless -c ':silent TSUpdate' -c ':qall' + nvim --headless -c ':silent TSUpdate' -c ':qall' 2>/dev/null } asktoinstallnode() { |