From 1ed3febfc603269381a07e37017e398d1c29b858 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index fd269d7..6cfa08d 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -27,8 +27,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 }, -- automatically check for plugin updates + install = { colorscheme = { "everforest" } }, performance = { rtp = { -- disable some rtp plugins