nvim: update instead of restore

This commit is contained in:
Marko Korhonen 2024-03-17 09:54:32 +02:00
parent 7ba056c462
commit 90053ea7a4

View file

@ -209,7 +209,7 @@ update() {
plugins() { plugins() {
echo "Updating NeoVim 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 self-update
zinit update -p zinit update -p
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}