8 lines
126 B
Lua
8 lines
126 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
init = function()
|
|
vim.o.timeoutlen = 300
|
|
end,
|
|
opts = {},
|
|
}
|