fixed error in cycling checkbox status
This commit is contained in:
parent
b3ef4956e9
commit
7f92d0e5a2
@ -2,7 +2,7 @@ return {
|
||||
"epilande/checkbox-cycle.nvim",
|
||||
ft = "markdown",
|
||||
opts = {
|
||||
states = { "[ ]", "[/], [x], [~]" },
|
||||
states = { '[ ]', '[/]', '[x]', '[~]' },
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user