nvim: update instead of restore

This commit is contained in:
Marko Korhonen 2024-03-17 09:54:32 +02:00
parent 46530854fe
commit 80f862dcb9
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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