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
|
||||
endif
|
||||
|
||||
if exists(":MasonUpdate")
|
||||
echo "MasonUpdate"
|
||||
MasonUpdate
|
||||
endif
|
||||
|
||||
if exists(":NeoBundleUpdate")
|
||||
echo "NeoBundle"
|
||||
NeoBundleUpdate
|
||||
|
||||
Reference in New Issue
Block a user