9 lines
121 B
Nix

{
plugins.treesitter = {
enable = true;
indent = true;
folding = true;
nixvimInjections = true;
};
}