nvim: add MasonUpdateAll and lockfile

This commit is contained in:
Marko Korhonen 2024-03-17 09:47:21 +02:00
parent 3e13fb2b67
commit c5ae7d9063
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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" @@%}