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", },