nvim/lua/plugins/which-key.lua
Alexander Gehrke 2c0362678f plugin stuff
2024-04-11 20:06:27 +02:00

10 lines
142 B
Lua

return {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {},
}