ooknet/outputs/pkgs/ook-vim/config/plugins/languages/markdown.nix

11 lines
168 B
Nix

{
vim = {
languages.markdown = {
enable = true;
format = true;
};
utility = {
preview.markdownPreview = {enable = true;};
};
};
}