feat: add treesitter textobjects

This commit is contained in:
Christoph Koehler 2025-05-08 18:52:16 -06:00
commit 054e4a3b9c
No known key found for this signature in database
6 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./textobjects.nix
./config.nix
];
}