update neovim upgrade step to update treesitter plugins as well
This commit is contained in:
parent
17fb1204a6
commit
f216c4ff2c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ upgrade_system() {
|
|||
esac
|
||||
|
||||
if command -v nvim &> /dev/null; then
|
||||
nvim -c 'PaqSync' -c 'sleep 5' -c 'qa'
|
||||
nvim -c 'PaqSync' -c 'sleep 5' -c 'TSUpdateSync' -c 'sleep 5' -c 'qa'
|
||||
fi
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue