Skip to content

vimcolorschemes/extractor.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimcolorschemes/extractor.nvim

This is a simple plugin to extract color groups from a neovim buffer. It's used in the context of vimcolorschemes.com to extract color data from a vim colorscheme and generate a preview.

Requirements

  • vim syntax highlighting (not treesitter)

Installation

-- lazy.nvim
{
  "vimcolorschemes/extractor.nvim"
}

Usage

Returns a lua table with the color groups found in the buffer + some extra.

:Extractor

About

The plugin to extract color data from the vim colorschemes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages