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",
|
event = "VeryLazy",
|
||||||
init = function()
|
init = function()
|
||||||
vim.o.timeout = true
|
vim.o.timeout = true
|
||||||
vim.o.timeoutlen = 100
|
vim.o.timeoutlen = 250
|
||||||
end,
|
end,
|
||||||
opts = {
|
opts = {
|
||||||
layout = {
|
layout = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue