diff --git a/lua/znvim/plugins/editor.lua b/lua/znvim/plugins/editor.lua index 54f5979..4ff4b0c 100644 --- a/lua/znvim/plugins/editor.lua +++ b/lua/znvim/plugins/editor.lua @@ -86,6 +86,11 @@ return { depth = 2, }, }, + pickers = { + colorscheme = { + enable_preview = true, + }, + }, }, config = function(_, opts) local telescope = require("telescope")