refactor(nvim): speed up activation of which-key
This commit is contained in:
parent
e3f925f625
commit
5451d2eba0
@ -3,9 +3,9 @@ return {
|
|||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
|
vim.opt.timeoutlen = 250
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
wk.setup()
|
wk.setup()
|
||||||
end,
|
end,
|
||||||
opts = {},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user