refactor(nvim): speed up activation of which-key

This commit is contained in:
Price Hiller 2023-09-17 04:06:48 -05:00
parent e3f925f625
commit 5451d2eba0
No known key found for this signature in database

View File

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