starter/lua/plugins/visualize.lua

35 lines
612 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,
},
-- Disabled by conflict with neotree
-- {
-- "NvChad/nvim-colorizer.lua",
-- lazy = true,
-- event = "VeryLazy",
-- opts = {
-- tailwind = true,
-- },
-- },
{
"brenoprata10/nvim-highlight-colors",
lazy = true,
event = "VeryLazy",
opts = {
render = "virtual",
virtual_symbol = "",
enable_tailwind = true,
},
},
2024-05-20 16:47:32 +08:00
{
"kevinhwang91/nvim-ufo",
lazy = true,
event = "VeryLazy",
},
}