From 7fd18eeda9bff733e2fbdeea51aa05d0617903e9 Mon Sep 17 00:00:00 2001 From: xesc Date: Sun, 10 Dec 2023 16:57:09 +0100 Subject: [PATCH] updates default colorscheme to everforest --- init.lua | 2 +- lua/plugin/everforest.lua | 2 +- lua/plugin/gruvbox-material.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 6c2aedb..3646f50 100644 --- a/init.lua +++ b/init.lua @@ -22,7 +22,7 @@ require("lazy").setup({ border = "rounded", }, install = { - colorscheme = { "gruvbox-material" } + colorscheme = { "everforest" } }, }) diff --git a/lua/plugin/everforest.lua b/lua/plugin/everforest.lua index 742b554..1ad91e5 100644 --- a/lua/plugin/everforest.lua +++ b/lua/plugin/everforest.lua @@ -1,7 +1,7 @@ return { { "sainnhe/everforest", - lazy = true, + priority = 1000, config = function() -- Settings for colorscheme vim.api.nvim_set_var("everforest_background", "hard") diff --git a/lua/plugin/gruvbox-material.lua b/lua/plugin/gruvbox-material.lua index fb9148b..00b4076 100644 --- a/lua/plugin/gruvbox-material.lua +++ b/lua/plugin/gruvbox-material.lua @@ -1,7 +1,7 @@ return { { "sainnhe/gruvbox-material", - priority = 1000, + lazy = true, config = function() -- Settings for colorscheme vim.api.nvim_set_var("gruvbox_material_background", "hard")