diff --git a/.config/nvim/lua/plugins/markdown-toggle.lua b/.config/nvim/lua/plugins/markdown-toggle.lua index 1d776c6..9e954a3 100644 --- a/.config/nvim/lua/plugins/markdown-toggle.lua +++ b/.config/nvim/lua/plugins/markdown-toggle.lua @@ -2,6 +2,10 @@ return { "roodolv/markdown-toggle.nvim", config = function() require("markdown-toggle").setup({ + -- cycle through checkboxes + cycle_box_table = true, + -- doing, done, wut, important, forwarded + box_table = { "/", "x", "?", "!", ">" }, keymaps = { toggle = { [""] = "quote",