return { -- WhichKey is a lua plugin that displays a popup with possible keybindings of the command you started typing. { "folke/which-key.nvim", event = "VeryLazy", init = function() vim.o.timeout = true vim.o.timeoutlen = 10000 end, opts = { }, }, }