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

12 lines
173 B
Nix

{
vim = {
languages.markdown = {
enable = true;
extensions = {
render-markdown-nvim = {
enable = true;
};
};
};
};
}