Skip to content

vimcolorschemes/extractor.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimcolorschemes/extractor.nvim

This plugin is used to extract color group data from a neovim buffer in the context of vimcolorschemes.com in the objective of generating previews for colorschemes.

Requirements

  • vim syntax highlighting
  • treesitter disabled

Installation

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

Usage

Extract colorscheme groups

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

:VCSExtract [{output_path}] [{background}]

List installed colorschemes

:VCSColorschemes

About

The plugin to extract color data from the vim colorschemes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages