nixos-combined-flake/modules/nixvim/plugins/treesitter.nix

14 lines
218 B
Nix

{
plugins = {
treesitter = {
enable = true;
settings = {
indent.enable = true;
};
folding = true;
};
treesitter-context.enable = true;
ts-autotag.enable = true;
};
}