Added treesitter-textobjects
This commit is contained in:
parent
c9b4df92cf
commit
18450a5d4b
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
./autopairs.nix
|
||||
./treesitter.nix
|
||||
./treesitter-context.nix
|
||||
./treesitter-textobjects.nix
|
||||
];
|
||||
opts = {
|
||||
number = true;
|
||||
|
|
|
|||
1
config/treesitter-textobjects.nix
Normal file
1
config/treesitter-textobjects.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ plugins = { treesitter-textobjects = { enable = true; }; }; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue