From 833ad4dd82ebba4a1cde1f13499949b475172073 Mon Sep 17 00:00:00 2001 From: zymon Date: Mon, 26 Aug 2024 19:33:43 +0200 Subject: [PATCH] live preview of colorscheme while telescoping --- lua/znvim/plugins/editor.lua | 5 +++++ 1 file changed, 5 insertions(+) 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")