Skip to content

Commit 606a10a

Browse files
cron: update mason managed resources weekly
1 parent 85782f4 commit 606a10a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/app/neovim/upgrade.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ if command -v nvim; then
33
command nvim --headless "+Lazy! sync" +qa >/dev/null 2>&1
44
# Update mason's registry
55
command nvim --headless -c "MasonUpdate" +qa >/dev/null 2>&1
6+
# Upgade mason's managed resources
7+
command nvim --headless -c "autocmd User MasonUpgradeAllComplete sleep 100m | qall" -c 'MasonUpgradeAll'
68
fi

0 commit comments

Comments
 (0)