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

7 lines
57 B
Nix
Raw Normal View History

{
imports = [
./markdown-preview
./glow
];
}