From ee611e742f0a5f462cde0bc4bbe1e62c7290e846 Mon Sep 17 00:00:00 2001 From: Omixxx Date: Fri, 21 Apr 2023 12:31:46 +0200 Subject: [PATCH] update --- init.lua | 7 ++++++- lua/custom/plugins/themes.lua | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5d4702a6..818aff93 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ -a===================================================================== +===================================================================== ==================== READ THIS BEFORE CONTINUING ==================== ===================================================================== Kickctart.nvim is *not* a distribution. @@ -406,6 +406,11 @@ require('telescope').setup { }, }, }, + pickers = { + colorscheme = { + enable_preview = true + } + } } -- Enable telescope fzf native, if installed diff --git a/lua/custom/plugins/themes.lua b/lua/custom/plugins/themes.lua index b08c0b48..079a2132 100644 --- a/lua/custom/plugins/themes.lua +++ b/lua/custom/plugins/themes.lua @@ -59,6 +59,7 @@ return { "Shatur/neovim-ayu", 'doums/darcula', "sainnhe/gruvbox-material", + "Everblush/everblush.vim", config = function() end }