mirror of https://github.com/LazyVim/starter
19 lines
272 B
Lua
19 lines
272 B
Lua
|
return {
|
||
|
{
|
||
|
"neanias/everforest-nvim",
|
||
|
lazy = true,
|
||
|
opts = {
|
||
|
background = "medium",
|
||
|
},
|
||
|
config = function() end,
|
||
|
},
|
||
|
{
|
||
|
"NvChad/nvim-colorizer.lua",
|
||
|
lazy = true,
|
||
|
event = "VeryLazy",
|
||
|
opts = {
|
||
|
tailwind = true,
|
||
|
},
|
||
|
},
|
||
|
}
|