Run MasonUpdate as part of the vim updates (#821)
feat(vim): add mason update
This commit is contained in:
committed by
GitHub
parent
8e16174ce7
commit
a52db1f261
@@ -9,6 +9,11 @@ if exists(":AstroUpdate")
|
|||||||
quitall
|
quitall
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists(":MasonUpdate")
|
||||||
|
echo "MasonUpdate"
|
||||||
|
MasonUpdate
|
||||||
|
endif
|
||||||
|
|
||||||
if exists(":NeoBundleUpdate")
|
if exists(":NeoBundleUpdate")
|
||||||
echo "NeoBundle"
|
echo "NeoBundle"
|
||||||
NeoBundleUpdate
|
NeoBundleUpdate
|
||||||
|
|||||||
Reference in New Issue
Block a user