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
This commit is contained in:
parent
05e48656de
commit
0cf5d77f72
@ -67,6 +67,7 @@ local plugins = {
|
|||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
config = override_req("nvim_treesitter", "plugins.configs.treesitter", "setup"),
|
config = override_req("nvim_treesitter", "plugins.configs.treesitter", "setup"),
|
||||||
|
run = ":TSUpdate",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- git stuff
|
-- git stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user