Files
nixos-config/modules/_neovim/plugins/render-markdown.nix
2026-03-13 08:35:40 +00:00

10 lines
176 B
Nix

{
programs.nixvim.plugins.render-markdown = {
enable = true;
settings = {
anti_conceal = {enabled = false;};
file_types = ["markdown" "opencode_output"];
};
};
}