local M = {
'folke/which-key.nvim',
event = 'VeryLazy',
config = true,
keys = {
{
'<leader>?',
function()
require 'which-key'.show({ global = false })
end,
desc = 'Buffer local mappings',
}
return M