10 lines
171 B
Lua
10 lines
171 B
Lua
return {
|
|
'folke/which-key.nvim',
|
|
event = 'VeryLazy' ,
|
|
init = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 1500
|
|
end ,
|
|
opts = {
|
|
}
|
|
}
|