From fc926d42cb6166c9d855104b5b7b3e08ebcecee3 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 26 Jan 2026 16:15:07 +0100 Subject: [PATCH] Cycle through useful checkbox states --- .config/nvim/lua/plugins/markdown-toggle.lua | 4 ++++ 1 file changed, 4 insertions(+) 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",