starter/lua/plugins/everforest-nvim.lua
fm39hz-workstation a7d6bcbf96 style: config neovim visual
- everforest theme
- git blame inline
2024-05-13 12:49:19 +07:00

19 lines
290 B
Lua

return {
{
"neanias/everforest-nvim",
opts = {
priority = 1000,
},
config = function()
require("everforest").setup({
-- background = "soft",
})
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
},
},
}