feat: add which-key.nvim
This commit is contained in:
parent
01a66527f8
commit
d961ba0c60
2 changed files with 11 additions and 1 deletions
9
lua/plugins/which-key.lua
Normal file
9
lua/plugins/which-key.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
opts = {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue