This repository has been archived on 2023-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
nvim-config/lua/plugins/which-key.lua

8 lines
110 B
Lua
Raw Normal View History

2023-01-25 15:44:15 +01:00
return {
"folke/which-key.nvim",
config = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end
}