return { "folke/which-key.nvim", event = "VeryLazy", opts = { preset = "helix", }, keys = { { "?", function() require("which-key").show({ global = true }) end, desc = "Buffer Local Keymaps (which-key)", }, { "t1", "BufferGoto 1", desc = "Go to Buffer 1" }, { "h", "BufferPrevious", desc = "Go the previous Buffer" }, { "l", "BufferNext", desc = "Go to the next Buffer" }, }, }