easy use checkbox markdown on many file type, like text,gitcommit, markdown, etc.
- toggle checklist markdown checkbox
- unchecklist
- add new list on enter insert
- nvim 0.8+ (recommendation)
- lazy.nvim
{
'muryp/muryp-checklist.nvim',
config = function()
require('muryp-checklist').setup({})
end
}
require('muryp-checklist').setup({ map = "<leader>'", fileExt = { "*.ext", "*.ext2" } })