10 lines
206 B
Lua
10 lines
206 B
Lua
return {
|
|
'brenoprata10/nvim-highlight-colors',
|
|
config = true,
|
|
opts = {
|
|
render = 'background', -- or 'foreground' or 'virtual',
|
|
enable_named_colors = true,
|
|
},
|
|
cmd = { 'HighlightColors' }
|
|
}
|