feat: Run :TSUpdate on TS Install / Update

https://github.com/NvChad/NvChad/pull/838

> TreeSitter recommends running `:TSUpdate` after update with TS or on (re-)installation of Treesitter. Reference example recommended by TS: https://github.com/nvim-treesitter/nvim-treesitter/wiki/Installation
navigator
Jay Patel 2 years ago committed by siduck
parent 05e48656de
commit 0cf5d77f72

@ -67,6 +67,7 @@ local plugins = {
"nvim-treesitter/nvim-treesitter",
event = "BufRead",
config = override_req("nvim_treesitter", "plugins.configs.treesitter", "setup"),
run = ":TSUpdate",
},
-- git stuff

Loading…
Cancel
Save