From 17612a760ec945d23d86b2283db2879fb166975e Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Tue, 14 May 2024 18:14:46 +0700 Subject: [PATCH] feat: minimize config --- lua/plugins/theme.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index c83d819..b4160cd 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -3,11 +3,8 @@ return { "neanias/everforest-nvim", opts = { priority = 1000, + background = "medium", }, - config = function() - require("everforest").setup({ - -- background = "soft", - }) - end, + config = function() end, }, }