mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
19 lines
283 B
Lua
19 lines
283 B
Lua
|
return {
|
||
|
{
|
||
|
"MeanderingProgrammer/render-markdown.nvim",
|
||
|
opts = {
|
||
|
checkbox = {
|
||
|
enabled = true,
|
||
|
checked = {
|
||
|
icon = ""
|
||
|
--
|
||
|
},
|
||
|
unchecked = {
|
||
|
icon = ""
|
||
|
--
|
||
|
}
|
||
|
},
|
||
|
},
|
||
|
}
|
||
|
}
|