nvim.nix/config/plugins/utils/markdown-preview.nix

6 lines
66 B
Nix
Raw Normal View History

2024-08-08 09:58:48 +08:00
{...}: {
2024-08-05 08:57:03 +08:00
plugins.markdown-preview = {
enable = true;
};
}