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",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
vim.opt.timeoutlen = 250
|
||||
local wk = require("which-key")
|
||||
wk.setup()
|
||||
end,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user