From cf0a558fe5975a3655abc18a43682d2443f9dbc2 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Fri, 16 Jul 2021 22:15:21 +0430 Subject: :tada: telescope supports colorscheme preview (#995) --- lua/core/which-key.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/core/which-key.lua') 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", -- cgit v1.2.3