Replaced nvim-colorizer with nvim-highlight-colors

This commit is contained in:
2024-03-03 20:24:18 +01:00
parent 2f1c347a24
commit 19512716ec
3 changed files with 10 additions and 11 deletions

View File

@ -1,10 +0,0 @@
return {
'NvChad/nvim-colorizer.lua',
config = true,
cmd = {
'ColorizerAttachToBuffer',
'ColorizerDetachFromBuffer',
'ColorizerReloadAllBuffers',
'ColorizerToggle'
}
}

View File

@ -0,0 +1,9 @@
return {
'brenoprata10/nvim-highlight-colors',
config = true,
opts = {
render = 'background', -- or 'foreground' or 'virtual',
enable_named_colors = true,
},
cmd = { 'HighlightColors' }
}