This commit is contained in:
sebastian
2025-04-28 08:45:50 +02:00
parent 0c4e3d114d
commit 03a185750a
2 changed files with 11 additions and 21 deletions

View File

@@ -1,18 +0,0 @@
return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
keys = {
{
"<leader>?",
function()
require("which-key").show({ global = false })
end,
desc = "Buffer Local Keymaps (which-key)",
},
},
}