diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index b6413775..6f034e3e 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -148,6 +148,10 @@ M.config = function() t = { "Telescope live_grep", "Text" }, k = { "Telescope keymaps", "Keymaps" }, C = { "Telescope commands", "Commands" }, + p = { + "lua require('telescope.builtin.internal').colorscheme({enable_preview = true})", + "Colorscheme with Preview", + }, }, T = { name = "Treesitter",