starter/lua/plugins/visualize.lua

30 lines
539 B
Lua
Raw Normal View History

return {
{
"neanias/everforest-nvim",
2024-05-18 14:42:56 +08:00
lazy = true,
opts = {
2024-05-14 19:14:46 +08:00
background = "medium",
},
2024-05-14 19:14:46 +08:00
config = function() end,
},
2024-05-16 10:11:31 +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 = {
tailwind = true,
2024-05-16 10:16:59 +08:00
},
2024-05-16 10:11:31 +08:00
},
-- Disabled by conflict with neotree
-- {
-- "brenoprata10/nvim-highlight-colors",
-- lazy = true,
-- event = "VeryLazy",
-- opts = {
-- render = "virtual",
-- virtual_symbol = "",
-- enable_tailwind = true,
-- },
-- },
}