everforest

This commit is contained in:
tavo 2025-08-27 00:21:04 -06:00
parent 797b8856f6
commit 81c21f3b72

View file

@ -1,12 +1,10 @@
return { return {
-- add gruvbox 'sainnhe/everforest',
{ "ellisonleao/gruvbox.nvim" }, lazy = false,
priority = 1000,
-- Configure LazyVim to load gruvbox config = function()
{ vim.g.everforest_enable_italic = true
"LazyVim/LazyVim", vim.g.everforest_background = 'hard'
opts = { vim.cmd.colorscheme('everforest')
colorscheme = "gruvbox", end
},
},
} }