SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer provides color picker for SpaceVim. It requires neovim 0.10+.
To use this configuration layer, add it to your ~/.SpaceVim.d/init.toml
.
[[layers]]
name = "tools#cpicker"
['rgb', 'hsl']
. Available spaces: rgb, hsl, hsv, cmyk.Key Binding | Description |
---|---|
SPC i p c |
open color picker |
Instead of using key Binding, this layer also provides a Neovim command :Cpicker
which can be used in cmdline. For example:
:Cpicker rgb cmyk
Powered by Jekyll