starter/lua/plugins/visualize.lua
2024-05-18 13:42:56 +07:00

18 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,
},
},
}