Support Vim's package (fix #498) (#499)

This commit is contained in:
Roey Darwish Dror
2020-08-15 13:23:56 +03:00
committed by GitHub
parent a817d1a25a
commit cd94d98fb9

View File

@@ -15,4 +15,9 @@ if exists(":PlugUpgrade")
PlugUpdate
endif
quitall
if exists(":PackerUpdate")
echo "Packer"
PackerSync
endif
quitall