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")