aboutsummaryrefslogtreecommitdiffstats
path: root/home/nvim/plugins/which.lua
diff options
context:
space:
mode:
Diffstat (limited to 'home/nvim/plugins/which.lua')
-rw-r--r--home/nvim/plugins/which.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/nvim/plugins/which.lua b/home/nvim/plugins/which.lua
new file mode 100644
index 0000000..09aa796
--- /dev/null
+++ b/home/nvim/plugins/which.lua
@@ -0,0 +1,6 @@
+local wk = require("which-key")
+wk.add({
+ "<leader>?",
+ function() require("which-key").show({ global = false }) end,
+ desc = "Buffer Local Keymaps (which-key)",
+})