nvim/lua/plugins/which-key.lua

9 lines
126 B
Lua
Raw Normal View History

2024-02-21 04:09:18 +00:00
return {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeoutlen = 300
end,
opts = {},
}