Skip to content

Commit

Permalink
Run TSUpdateSync in vim config
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 7, 2024
1 parent 3cc64df commit baab4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure/vim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit baab4b0

Please sign in to comment.