30s->10s timeout for nvim :TSUpdate

This commit is contained in:
Anton Volnuhin 2023-05-27 10:06:09 +03:00
parent 06c95809a5
commit fecb98423f

View File

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