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
|
|
|
},
|
2024-05-16 10:11:31 +08:00
|
|
|
{
|
2024-05-16 11:31:44 +08:00
|
|
|
"NvChad/nvim-colorizer.lua",
|
2024-05-16 10:11:31 +08:00
|
|
|
lazy = true,
|
|
|
|
event = "VeryLazy",
|
2024-05-16 10:16:59 +08:00
|
|
|
opts = {
|
2024-05-16 11:31:44 +08:00
|
|
|
tailwind = true,
|
2024-05-16 10:16:59 +08:00
|
|
|
},
|
2024-05-16 10:11:31 +08:00
|
|
|
},
|
2024-05-13 13:49:19 +08:00
|
|
|
}
|