diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index 1d676366..bbbf5134 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -38,6 +38,11 @@ if exists(":Lazy") Lazy! sync | qa endif +if exists(":AstroUpdate") + echo "AstroUpdate" + AstroUpdate +endif + if exists(':PackerSync') echo "Packer" autocmd User PackerComplete quitall