diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:42:12 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:42:12 -0400 |
commit | 5f1f6600cd3fc88f988b08a107c106b5a0645189 (patch) | |
tree | 65d39e6903d5815d222343163a305d40de0361ca | |
parent | b88f189c4906dc855c9676b1ebad2a5b3987abdc (diff) |
try cq
-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 38df39bc..b1e3656d 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' >/dev/null 2>&1 + nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1 } asktoinstallnode() { |