mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-23 12:16:28 +02:00
🎉 telescope supports colorscheme preview (#995)
This commit is contained in:
parent
909b9cff87
commit
cf0a558fe5
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue