diff --git a/vim-sync-append.sh b/vim-sync-append.sh index 69177c4..d98faaa 100755 --- a/vim-sync-append.sh +++ b/vim-sync-append.sh @@ -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