1
0
Fork 1
Dotfiles_nvim/lua/editor/key_list.lua
2024-07-02 23:52:43 +02:00

8 lines
171 B
Lua

return {
'folke/which-key.nvim',
config = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
require('which-key').setup({})
end,
}