Files
config/nvim/lua/plugins/which-key.lua
2026-07-07 11:32:42 +02:00

14 lines
218 B
Lua

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