trying to update Mason in nvim

This commit is contained in:
Anton Volnuhin 2023-05-27 08:08:48 +03:00
parent 752713c143
commit b137f6a0eb

View File

@ -4,6 +4,6 @@
printf "Executing neovim :Lazy sync..."
nvim --headless "+Lazy! sync" +qa
nvim --headless "+MasonUpdate" +qa
nvim --headless "+TSUpdateSync" +qa
nvim --headless ":MasonUpdate" +qa
timeout 30s nvim --headless -c "TSUpdate" || true
echo " done."