diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 62450b1d..703ee71f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -83,6 +83,8 @@ return {    -- Treesitter    {      "nvim-treesitter/nvim-treesitter", +    branch = "0.5-compat", +    -- run = ":TSUpdate",      config = function()        require("core.treesitter").setup()        if lvim.builtin.treesitter.on_config_done then | 
