chore: revert back the configs part

This commit is contained in:
Thales Menato 2026-01-03 21:52:18 -05:00
commit a8ddc8d7e2
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ in {
# set up treesitter-textobjects after Treesitter, whose config we're adding to.
pluginRC.treesitter-textobjects = entryAfter ["treesitter"] ''
require("nvim-treesitter").setup({textobjects = ${toLuaObject cfg.setupOpts}})
require("nvim-treesitter.configs").setup({textobjects = ${toLuaObject cfg.setupOpts}})
'';
};
};