neovim-flake/modules/languages/markdown/default.nix

7 lines
66 B
Nix

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