starter/lua/plugins/visualize.lua

32 lines
565 B
Lua
Raw Normal View History

return {
{
"neanias/everforest-nvim",
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",
2024-05-20 22:48:00 +08:00
event = "BufReadPre",
opts = {
render = "virtual",
virtual_symbol = "",
enable_tailwind = true,
},
},
2024-05-20 16:47:32 +08:00
{
"kevinhwang91/nvim-ufo",
2024-05-20 22:48:00 +08:00
event = "BufReadPre",
2024-05-20 16:47:32 +08:00
},
}