Neovim 101 — Color Plugins

Neovim plugins to preview and select colors.

alpha2phi
3 min readSep 24, 2022
Neovim 101 — Color Plugins

In this article, let’s go through plugins that can help us to pick, highlight preview, and select colors.

This article is part of the Neovim 101 series.

The Neovim configuration files are available in this repository.

Getting Started

Getting the right colors configured can be time-consuming. Fortunately, many plugins can help.

vCoolor

vCoolor uses a native color picker specific to the operating system. Using this plugin we can

  • Insert HEX, RGB, RGBA, or HSL color.
  • Modify HEX color
  • Modify an RGB color with 0–255 values or %
  • Modify an RGBA color
  • Modify an HSL color
vCoolor

It also provides commands to convert the colors to different formats, e.g. RGB to HEX and vice versa.

colorizer.lua

nvim-colorizer.lua is a high-performance color highlighter for Neovim which has no external dependencies.

--

--

alpha2phi

Software engineer, Data Science and ML practitioner.