From d36bc72245c122fbe86b48ebe3b7f6298106f094 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Mon, 14 Jul 2025 15:56:48 +0200 Subject: [PATCH] small fixl --- 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 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 = { {