Remove which-key, much to annoying
This commit is contained in:
parent
298e80f221
commit
fb0655896c
|
@ -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)",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue