nixos-combined-flake/modules/nixvim/plugins/render-markdown.nix

9 lines
126 B
Nix

{
plugins.render-markdown = {
enable = true;
settings = {
file_types = [ "markdown" "Avante" ];
};
};
}