30s->10s timeout for nvim :TSUpdate
This commit is contained in:
parent
06c95809a5
commit
fecb98423f
@ -5,5 +5,5 @@
|
|||||||
printf "Executing neovim :Lazy sync..."
|
printf "Executing neovim :Lazy sync..."
|
||||||
nvim --headless "+Lazy! sync" +qa
|
nvim --headless "+Lazy! sync" +qa
|
||||||
nvim --headless ":MasonUpdate" +qa
|
nvim --headless ":MasonUpdate" +qa
|
||||||
timeout 30s nvim --headless -c "TSUpdate" || true
|
timeout 10s nvim --headless ":TSUpdate" || true
|
||||||
echo " done."
|
echo " done."
|
||||||
|
Loading…
Reference in New Issue
Block a user