Forgot PackerBootstrap doesn't run sync if it's already been run

This commit is contained in:
ViViDboarder 2021-12-16 21:34:07 -08:00
parent b1fa9733ef
commit 37a89b59f0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ echo "Install all bundles"
if hash nvim 2>/dev/null; then
echo "If using Neovim, install the python modules in your environment"
nvim --headless -c PlugInstall -c qall
nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerBootstrap"
nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerBootstrap" -c "PackerSync"
nvim --headless -c "TSUpdateSync" -c "quitall"
fi
if hash vim 2>/dev/null; then