nixvim/config/treesitter-textobjects.nix
2025-03-02 19:05:37 +00:00

1 line
64 B
Nix

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