nixvim-config/config/plugins/utils/render-markdown.nix

6 lines
69 B
Nix

{...}: {
plugins.render-markdown = {
enable = true;
};
}