nvim: add MasonUpdateAll and lockfile

This commit is contained in:
Marko Korhonen 2024-03-17 09:47:21 +02:00
parent ec9d9e373b
commit f7fb8685dd
4 changed files with 61 additions and 48 deletions

View file

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