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