Skip to content

blahgeek/neovim-colorcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim-ColorCoder

Coding in color. Highlight words based on their hashing. Some calls this "semantic highlighting". See this post for more details.

Some key features:

  • Works with all filetypes
  • Auto generated colors (configurable)
  • Fast and asynchronous
  • Ignore keywords based on syntax file

This plugin runs on NeoVim only, requires Python3 and TrueColor support

Installation

For vim-plug:

Plug 'blahgeek/neovim-colorcoder', { 'do' : ':UpdateRemotePlugins' }

Any other plugin manager should be fine, just remember to call :UpdateRemotePlugins after installing and updating.

Usage

Add following line to your init.vim to start using:

let g:colorcoder_enable_filetypes = ['c', 'cpp', 'python']

See documentation for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published