fixed error in cycling checkbox status

This commit is contained in:
Joost Agterhoek 2025-07-09 16:01:23 +02:00
parent b3ef4956e9
commit 7f92d0e5a2

View File

@ -2,7 +2,7 @@ return {
"epilande/checkbox-cycle.nvim", "epilande/checkbox-cycle.nvim",
ft = "markdown", ft = "markdown",
opts = { opts = {
states = { "[ ]", "[/], [x], [~]" }, states = { '[ ]', '[/]', '[x]', '[~]' },
}, },
keys = { keys = {
{ {