From d46b512d341ee684d5477b2b08dd593dae8a5b6e Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Sun, 4 Feb 2024 01:19:02 -0500 Subject: [PATCH] fix(which-key): add group description for folds Signed-off-by: Jeff Davis --- lua/lazyvim/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 46860e7b..c20b56f9 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -312,6 +312,7 @@ return { mode = { "n", "v" }, ["g"] = { name = "+goto" }, ["gs"] = { name = "+surround" }, + ["z"] = { name = "+fold" }, ["]"] = { name = "+next" }, ["["] = { name = "+prev" }, [""] = { name = "+tabs" },