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

6 lines
105 B
Nix

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