Refine packer update commands

This commit is contained in:
Marko Korhonen 2022-08-23 09:28:07 +03:00
parent e35ccc8ae2
commit 6351093de0
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 14 additions and 11 deletions

View file

@ -132,7 +132,9 @@ update() {
}
plugins() {
nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
echo "Updating NeoVim plugins"
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
echo "Updating NeoVim TreeSitter"
nvim --headless +TSUpdateSync +qa
zinit self-update
zinit update -p