live preview of colorscheme while telescoping
This commit is contained in:
parent
20b565a10b
commit
833ad4dd82
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ return {
|
|||
depth = 2,
|
||||
},
|
||||
},
|
||||
pickers = {
|
||||
colorscheme = {
|
||||
enable_preview = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
local telescope = require("telescope")
|
||||
|
|
Loading…
Reference in a new issue