Files
dots/home/editors/nvim/plugins/lang/docs/markdown.nix
2025-12-17 13:17:30 +01:00

20 lines
376 B
Nix

{
plugins = {
markdown-preview = {
enable = true;
settings = {
auto_close = 0;
browser = "firefox";
page_title = "Markdown Preview";
};
};
render-markdown = {
enable = true;
settings = {
pipe_table.border = ["" "" "" "" "" "" "" "" "" "" ""];
};
};
};
}