8 lines
110 B
Lua
8 lines
110 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
config = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 300
|
|
end
|
|
}
|