nvim-colorizer.lua
nvim-colorizer.lua copied to clipboard
are the settings correct? I can't see the color
use {
'norcalli/nvim-colorizer.lua',
config = function() require'colorizer'.setup{
'dart';
}
end }
:ColorizerAttachToBuffer and :ColorizerReloadAllBuffers
but the color is not displayed, I have not configured something?

Same issue here with lua
Have you attached the plugin to the file type in question? From the README:
-- Attaches to every FileType mode
require 'colorizer'.setup()
-- Attach to certain Filetypes, add special configuration for `html`
-- Use `background` for everything else.
require 'colorizer'.setup {
'css';
'javascript';
html = {
mode = 'foreground';
}
}

vs code

is it possible to implement highlighting as well?
problems this ? 0xFF118FA0 where 0x?