From 7f92d0e5a2a11a5b34e65605537c0d021795d613 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Wed, 9 Jul 2025 16:01:23 +0200 Subject: [PATCH] fixed error in cycling checkbox status --- lua/plugins/checkbox-cycle.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/checkbox-cycle.lua b/lua/plugins/checkbox-cycle.lua index 6cf0731..04e5685 100644 --- a/lua/plugins/checkbox-cycle.lua +++ b/lua/plugins/checkbox-cycle.lua @@ -2,7 +2,7 @@ return { "epilande/checkbox-cycle.nvim", ft = "markdown", opts = { - states = { "[ ]", "[/], [x], [~]" }, + states = { '[ ]', '[/]', '[x]', '[~]' }, }, keys = { {