starter/lua/plugins/render-markdown.lua
2026-03-03 15:19:45 +01:00

22 lines
553 B
Lua

return {
"MeanderingProgrammer/render-markdown.nvim",
opts = {
heading = {
sign = false,
icons = { "> ", "> " },
width = { "full", "block" },
left_pad = 1,
right_pad = 2,
},
checkbox = {
enabled = true,
unchecked = { icon = "󰄱 ", highlight = "RenderMarkdownUnchecked" },
checked = { icon = "󰱒 ", highlight = "RenderMarkdownChecked" },
},
bullet = {
enabled = true,
icons = { "", "", "", "" },
},
anti_conceal = { enabled = false },
},
}