increase timeout to show which-key
This commit is contained in:
parent
66fc982a6f
commit
20b35c617c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ return {
|
|||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 100
|
||||
vim.o.timeoutlen = 250
|
||||
end,
|
||||
opts = {
|
||||
layout = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue