10000 GitHub - tribhuwan-kumar/NVIMColorPicker: Nvim plugin for picking colors
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tribhuwan-kumar/NVIMColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NVIMColorPicker

Nvim plugin for picking colors from colorschemes

Demo:














Keyfeatures:

  • Fully mouse independent (NO NEED OF MOUSE)
  • Pick color from colorscheme
  • Insert color in hex format
  • Insert after and before the cursor

Installation:

Use your favorite plugin manager to install this plugin.

" vim-plug
Plug 'tribhuwan-kumar/NVIMColorPicker'

Config:

cd "$(dirname "$(find ~/.local/share/nvim -type f -name color_picker.py | head -n 1)")" && pip install -r requirements.txt
let g:NVIMColorPicker#InsertBefore#TheCursor = 1 " for inserting hex code before the cursor, I recommend to use this

set variables 0 for disabling the feature, default behavior is insert after the cursor

Usage:

  • :ColorPicker - Open color picker popup
  • h,j,k,l - Move in the color scheme
  • o & O - For decreasing and increasing the color brightness
  • Enter - Accept the selected color
  • Esc - Close the color picker popup

Under MIT License.

About

Nvim plugin for picking colors

Topics

Resources

License

Stars

Watchers

Forks

0