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')