latest
This commit is contained in:
parent
cf673381c5
commit
a9aead8bd6
11 changed files with 150 additions and 470 deletions
|
|
@ -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)',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue