mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:07:34 +00:00
Forgot PackerBootstrap doesn't run sync if it's already been run
This commit is contained in:
parent
b1fa9733ef
commit
37a89b59f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user