Replaced nvim-colorizer with nvim-highlight-colors
This commit is contained in:
9
lua/plugins/nvim-highlight-colors.lua
Normal file
9
lua/plugins/nvim-highlight-colors.lua
Normal 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' }
|
||||
}
|
Reference in New Issue
Block a user