Add which key for testing

This commit is contained in:
Yannick Reiß 2024-12-18 09:28:38 +01:00
parent 2836ff63e3
commit 35da498b9b
1 changed files with 16 additions and 0 deletions

View File

@ -87,4 +87,20 @@ return {
"mhartington/formatter.nvim",
{ "TamaMcGlinn/nvim-lspconfig-ada" },
"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)",
},
},
},
}