10 lines
176 B
Nix
10 lines
176 B
Nix
{
|
|
programs.nixvim.plugins.render-markdown = {
|
|
enable = true;
|
|
settings = {
|
|
anti_conceal = {enabled = false;};
|
|
file_types = ["markdown" "opencode_output"];
|
|
};
|
|
};
|
|
}
|