Skip to content

Commit

Permalink
Run MasonUpdate as part of the vim updates (#821)
Browse files Browse the repository at this point in the history
feat(vim): add mason update
  • Loading branch information
tamasd authored Jun 13, 2024
1 parent 8e16174 commit a52db1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/steps/upgrade.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ if exists(":AstroUpdate")
quitall
endif

if exists(":MasonUpdate")
echo "MasonUpdate"
MasonUpdate
endif

if exists(":NeoBundleUpdate")
echo "NeoBundle"
NeoBundleUpdate
Expand Down

0 comments on commit a52db1f

Please sign in to comment.