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.lua26
1 files changed, 13 insertions, 13 deletions
diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua
index d12e690..d1e1a4e 100644
--- a/lua/config/plugins/extra.lua
+++ b/lua/config/plugins/extra.lua
@@ -1,16 +1,16 @@
return {
- {
- "which-key.nvim",
- event = "DeferredUIEnter",
- after = function(_)
- require("which-key").setup()
+ {
+ "which-key.nvim",
+ event = "DeferredUIEnter",
+ after = function(_)
+ require("which-key").setup()
- require("which-key").add({
- { "<leader>g", group = "git" },
- { "<leader>gh", group = "hunk" },
- { "<leader>s", group = "search" },
- { "<leader>S", group = "surround" },
- })
- end,
- },
+ require("which-key").add({
+ { "<leader>g", group = "git" },
+ { "<leader>gh", group = "hunk" },
+ { "<leader>s", group = "search" },
+ { "<leader>S", group = "surround" },
+ })
+ end,
+ },
}