mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
19 lines
327 B
Lua
19 lines
327 B
Lua
return {
|
|
{
|
|
"neanias/everforest-nvim",
|
|
opts = {
|
|
priority = 1000,
|
|
background = "medium",
|
|
},
|
|
config = function() end,
|
|
},
|
|
{
|
|
"brenoprata10/nvim-highlight-colors",
|
|
lazy = true,
|
|
event = "VeryLazy",
|
|
opts = {
|
|
enable_named_color = true,
|
|
enable_tailwind = true,
|
|
},
|
|
},
|
|
}
|