This Neovim plugin is an extension to the
Telescope fuzzy-finder.
It allows picking an X11 / web color name, like PapayaWhip
or LemonChiffon
.
Using Packer:
... (telescope config goes here) ..
use({
'https://github.com/nat-418/telescope-color-names.nvim',
config = function()
require('telescope').load_extension('color_names')
end
})
:Telescope color_names