return { "folke/which-key.nvim", event = "VimEnter", opts = { delay = 0, icons = { mappings = vim.g.have_nerd_font, keys = vim.g.have_nerd_font, }, -- Document existing key chains spec = { { "s", group = "[S]earch" }, { "e", group = "[E]xplorer/Tree" }, { "t", group = "[T]oggle" }, { "g", group = "[G]oto/Actions" }, }, }, }