From baab4b07b142f30a8a933292d469feeaa0b3240f Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sat, 6 Jan 2024 20:23:30 -0500 Subject: [PATCH] Run TSUpdateSync in vim config --- configure/vim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/vim.sh b/configure/vim.sh index da2d23cd..54af051e 100755 --- a/configure/vim.sh +++ b/configure/vim.sh @@ -68,6 +68,7 @@ if ! is there godef || is cli age godef gt 18 hours; then nvim +'PlugInstall --sync' +qa || true nvim +'PlugUpdate --sync' +qa || true nvim +'MasonUpdate --sync' +qa || true + nvim +'TSUpdateSync' +qa || true fi fi