One thing that I like is to show HEX colors on css, html and even on javascript using NEOVIM, to do that I was using Colorizer plugin but now I switched to use vim-hexokinase and it’s asynchronous!

to install you might need to install before go language:

brew install go

and this is my config:

let g:Hexokinase_ftOptInPatterns = {
\     'css': 'full_hex,triple_hex,rgb,rgba,hsl,hsla,colour_names',
\     'html': 'full_hex,rgb,rgba,hsl,hsla',
\     'javascript': 'full_hex,rgb,rgba,hsl,hsla'
\ }
let g:Hexokinase_virtualText = '     ██████'

watch all of my dotfiles

Happy coding!