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 = { {