nixvim-config/config/plugins/utils/markdown-preview.nix
2024-08-05 08:57:03 +08:00

8 lines
70 B
Nix

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