nvim/lua/plugins/why.lua

15 lines
295 B
Lua
Raw Normal View History

2024-10-11 15:48:25 +00:00
return {
{
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
}
}
}