return { "folke/which-key.nvim", event = "VeryLazy", init = function() vim.o.timeout = true vim.o.timeoutlen = 300 end, -- Don't set keymaps here using the plugin spec or elsewhere using the -- wk.add fn. Instead use normal vim.keymap.set and set a description. -- This way everything without this plugin. }