pantheon/modules/home/cli/editor/nvf/treesitter.nix

7 lines
130 B
Nix

{
autotagHtml = true;
fold = true;
context.enable = true;
indent.disable = [ "markdown" ];
textobjects.enable = true;
}