Added treesitter-textobjects

This commit is contained in:
EsVagy42 2025-03-02 19:05:37 +00:00
parent c9b4df92cf
commit 18450a5d4b
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
./autopairs.nix ./autopairs.nix
./treesitter.nix ./treesitter.nix
./treesitter-context.nix ./treesitter-context.nix
./treesitter-textobjects.nix
]; ];
opts = { opts = {
number = true; number = true;

View file

@ -0,0 +1 @@
{ plugins = { treesitter-textobjects = { enable = true; }; }; }