piskaaaa228

This commit is contained in:
2025-09-27 11:41:44 +03:00
parent 2e7e64def1
commit dccb94c8c8
10 changed files with 194 additions and 57 deletions

View File

@ -49,7 +49,8 @@ require('render-markdown').setup({
unchecked = { icon = '' },
checked = { icon = '' },
},
bullet = { icons = { '', '', '-',} },
-- bullet = { icons = { '•', '◦', '-',} },
bullet= {icons = { '', '', '', '' }},
})