Add which key for testing
This commit is contained in:
parent
2836ff63e3
commit
35da498b9b
|
@ -87,4 +87,20 @@ return {
|
||||||
"mhartington/formatter.nvim",
|
"mhartington/formatter.nvim",
|
||||||
{ "TamaMcGlinn/nvim-lspconfig-ada" },
|
{ "TamaMcGlinn/nvim-lspconfig-ada" },
|
||||||
"sainnhe/sonokai",
|
"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)",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue