From 904ef7d9718a49af7f65451b7b545ab2dd1064c3 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sat, 29 Mar 2025 17:23:24 +0300 Subject: fix: change `which-key.nvim` groups --- lua/config/plugins/extra.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index 5f137ef..d12e690 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -6,7 +6,8 @@ return { require("which-key").setup() require("which-key").add({ - { "h", group = "hunk" }, + { "g", group = "git" }, + { "gh", group = "hunk" }, { "s", group = "search" }, { "S", group = "surround" }, }) -- cgit v1.2.3-70-g09d2