[dotsbin] postupdate: update TS parsers too

This commit is contained in:
odrling 2024-03-25 17:26:17 +01:00
parent 1a6d99c7d6
commit f1de8fb26e
Signed by: odrling
GPG key ID: 2D8C2F151EDB7392

View file

@ -16,7 +16,7 @@ ewarn() {
if command -v nvim > /dev/null 2>&1; then
einfo "updating nvim"
BOOTSTRAP_NEOVIM=1 nvim --headless
nvim --headless "+Lazy! restore" +qa || ewarn "nvim ended with status $?"
nvim --headless "+Lazy! restore" +TSUpdateSync +qa || ewarn "nvim ended with status $?"
fi
if command -v pipx > /dev/null 2>&1; then