nixvim/config/treesitter-textobjects.nix
2025-03-03 19:08:34 +00:00

1 line
64 B
Nix

{ plugins = { treesitter-textobjects = { enable = true; }; }; }