dots-of-war/eggs/nvim/lua/plugins/markdown.lua

18 lines
283 B
Lua

return {
{
"MeanderingProgrammer/render-markdown.nvim",
opts = {
checkbox = {
enabled = true,
checked = {
icon = ""
-- 
},
unchecked = {
icon = ""
-- 
}
},
},
}
}