GitXplorerGitXplorer
n

telescope-color-names.nvim

public
5 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
95b372b9a8ba0fc7cf6a67be637ee37453f322da

Remove image

nnat-418 committed 2 years ago
Unverified
fb5145970382e286cd217d6d2474b0b597be46a0

Add image

nnat-418 committed 2 years ago
Unverified
afc7585a0000cde44fff99bc6be4e0403597489c

Fix typo

nnat-418 committed 2 years ago
Unverified
049ebae9d6ddfb9dc522eb93386cf46413f860e2

Initial commit

nnat-418 committed 2 years ago

README

The README file for this repository.

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