diff --git a/lua/plugins.lua b/lua/plugins.lua index 444ea8e..2906bda 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 = { + { + "?", + function() + require("which-key").show({ global = false }) + end, + desc = "Buffer Local Keymaps (which key)", + }, + }, + }, }