open automatically

This commit is contained in:
christianchiarulli 2021-07-08 19:03:25 -04:00
parent 05b564179f
commit 583d0b8af1

View file

@ -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
}