diff options
Diffstat (limited to 'home/nvim/plugins/which.lua')
| -rw-r--r-- | home/nvim/plugins/which.lua | 6 |
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)", +}) |
