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

5 lines
66 B
Nix

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