1 2 3 4 5 6 7 8 9 10
return { "folke/which-key.nvim", lazy = true, event = "VeryLazy", init = function() vim.o.timeout = true vim.o.timeoutlen = 500 end, opts = {} }