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

6 lines
66 B
Nix

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