This commit is contained in:
Daniel B Sherry 2025-08-27 11:34:00 -05:00
parent cf673381c5
commit a9aead8bd6
11 changed files with 150 additions and 470 deletions

View file

@ -1,6 +1,6 @@
return {
"folke/which-key.nvim",
event = "VeryLazy",
'folke/which-key.nvim',
event = 'VeryLazy',
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
@ -8,11 +8,11 @@ return {
},
keys = {
{
"<leader>?",
'<leader>?',
function()
require("which-key").show({ global = false })
require('which-key').show { global = false }
end,
desc = "Buffer Local Keymaps (which-key)",
desc = 'Buffer Local Keymaps (which-key)',
},
},
}