aboutsummaryrefslogtreecommitdiffstats
path: root/home/nvim/plugins/which.lua
blob: 09aa7964488b0c1fecd29df14c94de87f3bad2c6 (plain) (blame)
1
2
3
4
5
6
local wk = require("which-key")
wk.add({
	"<leader>?",
	function() require("which-key").show({ global = false }) end,
	desc = "Buffer Local Keymaps (which-key)",
})