mirror of https://github.com/LazyVim/starter
16 lines
268 B
Lua
16 lines
268 B
Lua
|
return {
|
||
|
{
|
||
|
"brenoprata10/nvim-highlight-colors",
|
||
|
event = "BufReadPre",
|
||
|
opts = {
|
||
|
render = "virtual",
|
||
|
virtual_symbol = "",
|
||
|
enable_tailwind = true,
|
||
|
},
|
||
|
},
|
||
|
{
|
||
|
"HiPhish/rainbow-delimiters.nvim",
|
||
|
event = "BufReadPre",
|
||
|
},
|
||
|
}
|