From eebd250aef9b71dfe2a8a6b6893a5ba029c4b8b9 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 21 Mar 2026 15:05:29 +0530 Subject: add for cats for tsitter --- lua/plugins/tsitter.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') 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 -- cgit v1.3.1