-- https://github.com/folke/which-key.nvim return { "folke/which-key.nvim", config = function() vim.o.timeout = true vim.o.timeoutlen = 300 require("which-key").setup({ key_labels = { [""] = "SPC", [""] = "RET", [""] = "TAB", } }) end }