From f1de8fb26e29a16dfff949efe308de1ae272e452 Mon Sep 17 00:00:00 2001 From: odrling Date: Mon, 25 Mar 2024 17:26:17 +0100 Subject: [PATCH] [dotsbin] postupdate: update TS parsers too --- .local/dotsbin/dots-postupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/dotsbin/dots-postupdate b/.local/dotsbin/dots-postupdate index 2f1dac7..23094aa 100755 --- a/.local/dotsbin/dots-postupdate +++ b/.local/dotsbin/dots-postupdate @@ -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