return { "folke/which-key.nvim", event = "VeryLazy", opts = { spec = { { "x", group = "Trouble" }, { "f", group = "Telescope" } } }, keys = { { "?", function() require("which-key").show({ global = false }) end, desc = "Buffer Local Keymaps (which-key)", }, { "f", group = "+Telescope" }, { "x", group = "+Trouble" } }, }