diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/tsitter.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins/tsitter.lua b/lua/plugins/tsitter.lua index 9cbb122..0816c23 100644 --- a/lua/plugins/tsitter.lua +++ b/lua/plugins/tsitter.lua @@ -2,6 +2,7 @@ return { { "nvim-treesitter", lazy = false, + for_cats = "tsitter", after = function(plugin) ---@param buf integer ---@param language string @@ -47,6 +48,7 @@ return { { "nvim-treesitter-textobjects", auto_enable = true, + for_cats = "tsitter", lazy = false, before = function(plugin) -- https://github.com/nvim-treesitter/nvim-treesitter-textobjects/tree/main?tab=readme-ov-file#using-a-package-manager |
