From 275323acd72e1c3f970560c806d85fea7a7bef00 Mon Sep 17 00:00:00 2001 From: THEON-1 Date: Wed, 29 Oct 2025 12:57:33 +0100 Subject: [PATCH] Lazy 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 f5ee74c..e8d289c 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -29,7 +29,7 @@ require("lazy").setup({ }, -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. - install = { colorscheme = { "habamax" } }, + install = { colorscheme = { "gruvbox" } }, -- automatically check for plugin updates checker = { enabled = true }, })