From 05dd8412d474bba8237103cae80aff445f562185 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Wed, 15 May 2024 15:32:09 +0700 Subject: [PATCH] feat: change default color scheme --- lua/config/lazy.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index d73bfa1..c276002 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -30,11 +30,8 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { colorscheme = { "tokyonight", "habamax" } }, - checker = { - enabled = true, -- check for plugin updates periodically - notify = false, -- notify on update - }, -- automatically check for plugin updates + checker = { enabled = true }, -- automatically check for plugin updates + install = { colorscheme = { "everforest" } }, performance = { rtp = { -- disable some rtp plugins