return { "folke/which-key.nvim", event = "VeryLazy", init = function() vim.o.timeout = true vim.o.timeoutlen = 250 end, opts = { preset = "helix", win = { wo = { winblend = 8, }, }, spec = { { mode = { "n", "v", "x" }, { ",", group = "Miscellaneous Tools" }, { "b", group = "Buffers" }, { "f", group = "Find [Telescope]" }, { "g", group = "Git" }, { "l", group = "LSP" }, { "lf", group = "LSP Find" }, { "t", group = "Tabs" }, }, }, }, config = true, }