From 58060dda09e01d24ada43b67e7513de246f1b21b Mon Sep 17 00:00:00 2001 From: edi <74437706+vzze@users.noreply.github.com> Date: Wed, 1 Feb 2023 00:19:01 +0200 Subject: [PATCH] use documented way of updating (#344) --- src/steps/upgrade.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index 455cbd10..1d676366 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -35,8 +35,7 @@ endif if exists(":Lazy") echo "Lazy Update" - autocmd User LazySync * quitall - Lazy sync + Lazy! sync | qa endif if exists(':PackerSync')