return { { "ziontee113/icon-picker.nvim", dependencies = { "stevearc/dressing.nvim", }, opts = { disable_legacy_commands = true, }, -- stylua: ignore keys = { { "sia", "IconPickerNormal", desc = "All" }, { "sis", "IconPickerNormal symbols", desc = "Symbols" }, { "sie", "IconPickerNormal emoji", desc = "Emoji" }, { "sin", "IconPickerNormal nerd_font_v3", desc = "Nerd Fonts" }, }, }, { "folke/which-key.nvim", opts = { defaults = { ["si"] = { name = "+icons" }, }, }, }, }