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

19 lines
283 B
Lua
Raw Normal View History

2025-01-06 16:37:50 +01:00
return {
{
"MeanderingProgrammer/render-markdown.nvim",
opts = {
checkbox = {
enabled = true,
checked = {
icon = ""
-- 
},
unchecked = {
icon = ""
-- 
}
},
},
}
}