big changes
This commit is contained in:
parent
d0d4aedacb
commit
2a8e0e6b82
4 changed files with 52 additions and 18 deletions
|
|
@ -1,2 +1,10 @@
|
|||
-- Useful plugin to show you pending keybinds.
|
||||
return { 'folke/which-key.nvim', opts = {} }
|
||||
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