nvim: update instead of restore

main
Marko Korhonen 2 months ago
parent 46530854fe
commit 80f862dcb9
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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" @@%}

Loading…
Cancel
Save