summaryrefslogtreecommitdiff
path: root/lua/config/plugins/extra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/plugins/extra.lua')
-rw-r--r--lua/config/plugins/extra.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua
index df8b0a3..5f137ef 100644
--- a/lua/config/plugins/extra.lua
+++ b/lua/config/plugins/extra.lua
@@ -6,6 +6,7 @@ return {
require("which-key").setup()
require("which-key").add({
+ { "<leader>h", group = "hunk" },
{ "<leader>s", group = "search" },
{ "<leader>S", group = "surround" },
})