Files
nvbad/lua/plugins/which.lua
2026-02-09 09:41:09 -06:00

16 lines
268 B
Lua

return {
{
"folke/which-key.nvim",
event = "VeryLazy",
keys = {
{
"<leader>?",
function()
require("which-key").show { global = false }
end,
desc = "Buffer Local Keymaps (which-key)",
},
},
},
}