From 8ec37bcd445f94c281c0fbaa7f3b5e201fa64722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:46:09 +0000 Subject: [PATCH] vim: Adds Astrovim support (#352) --- src/steps/upgrade.vim | 5 +++++ 1 file changed, 5 insertions(+) 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