Remove which-key, much to annoying

This commit is contained in:
Yannick Reiß 2024-12-18 12:22:11 +01:00
parent 298e80f221
commit fb0655896c
1 changed files with 1 additions and 14 deletions

View File

@ -89,18 +89,5 @@ return {
"sainnhe/sonokai", "sainnhe/sonokai",
-- Plugins to test -- Plugins to test
{ "https://git.nickr.eu/yannickreiss/nvim-macrotool.git",
"folke/which-key.nvim",
event = "VeryLazy",
opts = {},
keys = {
{
"<leader>?",
function()
require("which-key").show({ global = false })
end,
desc = "Buffer Local Keymaps (which key)",
},
},
},
} }