summaryrefslogtreecommitdiff
path: root/lua/plugins/which-key.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/which-key.lua')
-rw-r--r--lua/plugins/which-key.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/plugins/which-key.lua b/lua/plugins/which-key.lua
new file mode 100644
index 0000000..dc6d8e8
--- /dev/null
+++ b/lua/plugins/which-key.lua
@@ -0,0 +1,11 @@
+return {
+ {
+ "folke/which-key.nvim",
+ opts = {
+ expand = 5,
+ },
+ keys = {
+ { "<leader>?", "<cmd>WhichKey<cr>", desc = "WhichKey" },
+ },
+ },
+}