diff options
| author | brustybee <bee@4d2.org> | 2026-03-21 15:05:29 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-21 15:05:29 +0530 |
| commit | eebd250aef9b71dfe2a8a6b6893a5ba029c4b8b9 (patch) | |
| tree | 84fd49725c2957d742866312b86af1a892fd807f /lua/plugins/tsitter.lua | |
| parent | 6e10399c5a49e41e980967f0cca4cee5424059e6 (diff) | |
add for cats for tsitter
Diffstat (limited to 'lua/plugins/tsitter.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 |
