neovim-flake/modules/utility/preview/markdown-preview/default.nix

6 lines
70 B
Nix

_: {
imports = [
./markdown-preview.nix
./config.nix
];
}