diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index a901f2f5..0c730366 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -33,6 +33,11 @@ if exists(":PaqUpdate") PaqUpdate endif +if exists(":Lazy") + echo "Lazy Update" + +Lazy! sync +endif + function! UpdateCoCAndTS() if exists(":CocUpdateSync") echo "CocUpdateSync"