mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
9 lines
152 B
Lua
9 lines
152 B
Lua
return {
|
|
'folke/which-key.nvim',
|
|
config = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 300
|
|
require('which-key').setup {}
|
|
end,
|
|
}
|