-- Display possible keybinds --- @type LazyPluginSpec return { "folke/which-key.nvim", config = function() require("which-key").add({ { "", group = "Leader" }, { "g", group = "Go to" }, }) end, keys = { { "?", function() require("which-key").show({ global = false }) end, desc = "Buffer Local Keymaps (which-key)", }, }, }