From 19b4fcbc5f1688dec7890ed0d04056aa356ee266 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 26 Jan 2026 14:06:11 +0100 Subject: [PATCH] I'll use the cycle more anyway --- .config/nvim/lua/plugins/markdown-toggle.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/markdown-toggle.lua b/.config/nvim/lua/plugins/markdown-toggle.lua index 9b33fb3..1d776c6 100644 --- a/.config/nvim/lua/plugins/markdown-toggle.lua +++ b/.config/nvim/lua/plugins/markdown-toggle.lua @@ -8,8 +8,8 @@ return { [""] = "list", [""] = "list_cycle", [""] = "olist", - [""] = "checkbox", - [""] = "checkbox_cycle", + [""] = "checkbox_cycle", + [""] = "checkbox", [""] = "heading", [""] = "heading_toggle", },