increase timeout to show which-key

This commit is contained in:
Oliver Ladner 2023-11-23 14:46:53 +01:00
commit 20b35c617c

View file

@ -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 = {