Add Mason tool installer

This commit is contained in:
Marko Korhonen 2023-03-30 09:01:39 +03:00
parent 87ff7ed523
commit 20e48f14d1
2 changed files with 6 additions and 3 deletions

View file

@ -180,9 +180,7 @@ update() {
plugins() {
echo "Updating NeoVim plugins"
nvim --headless "+Lazy! sync" +qa
echo "Updating NeoVim TreeSitter"
nvim --headless +TSUpdateSync +qa
nvim --headless -c "Lazy! sync" -c 'TSUpdateSync' -c 'MasonToolsUpdate' -c 'qa'
zinit self-update
zinit update -p
{%@@ if profile == "Moria" @@%}