diff --git a/lua/plugins/checkbox-cycle.lua b/lua/plugins/checkbox-cycle.lua index 04e5685..0627d02 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 = { {