--[ -- Show a helpful remainder when you start typing a shortkey. -- -- After some time of hesitation, "which-key" will show all the available mapping and describe them. --] return { "folke/which-key.nvim", event = "VeryLazy", init = function() vim.opt.timeout = true vim.opt.timeoutlen = 500 end, opts = {}, -- Use default configuration. }