Run MasonUpdate as part of the vim updates (#821)

feat(vim): add mason update
This commit is contained in:
Tamás Demeter-Haludka
2024-06-13 03:00:15 +02:00
committed by GitHub
parent 8e16174ce7
commit a52db1f261

View File

@@ -9,6 +9,11 @@ if exists(":AstroUpdate")
quitall
endif
if exists(":MasonUpdate")
echo "MasonUpdate"
MasonUpdate
endif
if exists(":NeoBundleUpdate")
echo "NeoBundle"
NeoBundleUpdate