mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-02 06:52:54 +00:00
chore: revert back the configs part
This commit is contained in:
parent
fefbf2f128
commit
a8ddc8d7e2
3 changed files with 3 additions and 3 deletions
|
|
@ -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}})
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue