mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 04:54:21 +01:00
12 lines
201 B
Lua
12 lines
201 B
Lua
return {
|
|
{ "neanias/everforest-nvim" },
|
|
{
|
|
"lazyvim/lazyvim",
|
|
opts = {
|
|
colorscheme = "everforest",
|
|
background = "soft",
|
|
},
|
|
config = require('plugins.commons').set_transparent_bg()
|
|
},
|
|
}
|