vim: Adds Astrovim support (#352)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user