more
This commit is contained in:
9
modules/_neovim/plugins/render-markdown.nix
Normal file
9
modules/_neovim/plugins/render-markdown.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.nixvim.plugins.render-markdown = {
|
||||
enable = true;
|
||||
settings = {
|
||||
anti_conceal = {enabled = false;};
|
||||
file_types = ["markdown" "opencode_output"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user