Skip to content

Neovim plugin and Telescope extension for picking X11 / web color names

License

Notifications You must be signed in to change notification settings

nat-418/telescope-color-names.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

telescope-color-names.nvim 🎨

This Neovim plugin is an extension to the Telescope fuzzy-finder. It allows picking an X11 / web color name, like PapayaWhip or LemonChiffon.

Installation

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
})

Usage

:Telescope color_names

About

Neovim plugin and Telescope extension for picking X11 / web color names

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages