feat: changed checkbox icons in render-markdown to be larger

This commit is contained in:
Kyren223
2024-09-29 13:16:45 +03:00
parent 65c25a0e1d
commit fcb29b42e0

View File

@@ -6,12 +6,8 @@ return {
sign = { enabled = false },
bullet = { icons = { '', '' } },
checkbox = {
-- unchecked = { icon = '󰄱 ' },
-- checked = { icon = '󰄲 ' },
unchecked = { icon = '󰄰 ' },
checked = { icon = '󰄳 ' },
custom = { todo = { rendered = '' } },
unchecked = { icon = '' },
checked = { icon = '' },
},
},
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
}