feat(sup): add treesitter & mason update calls
E.g. treesitter had some old versions laying around and errored on git commits otherwise. So we now keep those updated too.
This commit is contained in:
parent
16511a1e99
commit
207c6d5c50
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ echo "\n > Running valet install...\n"
|
|||
valet install
|
||||
|
||||
echo "\n > Upgrading nvim packages...\n"
|
||||
nvim +PlugUpgrade +PlugUpdate +qall
|
||||
nvim +PlugUpgrade +PlugUpdate +TSUpdate +MasonUpdate +qall
|
||||
|
||||
echo "\n > Upgrading znap plugins...\n"
|
||||
znap-update
|
||||
|
|
Loading…
Add table
Reference in a new issue