diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/core/which-key.lua | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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 = { "<cmd>Telescope live_grep<cr>", "Text" },          k = { "<cmd>Telescope keymaps<cr>", "Keymaps" },          C = { "<cmd>Telescope commands<cr>", "Commands" }, +        p = { +          "<cmd>lua require('telescope.builtin.internal').colorscheme({enable_preview = true})<cr>", +          "Colorscheme with Preview", +        },        },        T = {          name = "Treesitter", | 
