nv/config/languages/treesitter/treesitter.nix

9 lines
121 B
Nix
Raw Normal View History

2024-03-04 14:23:00 +00:00
{
plugins.treesitter = {
enable = true;
indent = true;
folding = true;
nixvimInjections = true;
};
}