Remove which-key, much to annoying
This commit is contained in:
parent
298e80f221
commit
fb0655896c
|
@ -89,18 +89,5 @@ return {
|
|||
"sainnhe/sonokai",
|
||||
|
||||
-- Plugins to test
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
keys = {
|
||||
{
|
||||
"<leader>?",
|
||||
function()
|
||||
require("which-key").show({ global = false })
|
||||
end,
|
||||
desc = "Buffer Local Keymaps (which key)",
|
||||
},
|
||||
},
|
||||
},
|
||||
"https://git.nickr.eu/yannickreiss/nvim-macrotool.git",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue