chrisbra / Colorizer

color hex codes and color names
547 stars 30 forks source link

Implement option for Neovim virtual text #70

Closed maxbucknell closed 5 years ago

maxbucknell commented 5 years ago

I use Neovim, and I always found the style of setting the background color on everything to be a little unseemly. So I added a little option to allow adding the color as a swatch to the virtual text buffer. Thought it might have some wider appeal.

This is the first time I've ever written any serious Vim Script, and I had a little trouble following the way it worked. So I hope I've added it in the right place and done an alright job with the documentation and stuff.

image
chrisbra commented 5 years ago

Thanks!