Files
lazyfox/lua/plugins/markdown-togglecheck.lua
Archie Fox 7f1d7f48dd Init commit
2025-07-25 13:09:33 +03:00

12 lines
249 B
Lua

return {
"nfrid/markdown-togglecheck",
dependencies = { "nfrid/treesitter-utils" },
ft = "markdown",
config = function()
require("markdown-togglecheck").setup({
create_checkbox = true,
remove_checkbox = true,
})
end,
}