vim: Adds Astrovim support (#352)

This commit is contained in:
Thomas Schönauer
2023-02-03 13:46:09 +00:00
committed by GitHub
parent 6b7f6f4cc7
commit 8ec37bcd44

View File

@@ -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