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

5 lines
69 B
Nix

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