2024-05-13 13:49:19 +08:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"neanias/everforest-nvim",
|
|
|
|
opts = {
|
|
|
|
priority = 1000,
|
2024-05-14 19:14:46 +08:00
|
|
|
background = "medium",
|
2024-05-13 13:49:19 +08:00
|
|
|
},
|
2024-05-14 19:14:46 +08:00
|
|
|
config = function() end,
|
2024-05-13 13:49:19 +08:00
|
|
|
},
|
|
|
|
}
|