2024-07-24 10:32:11 +08:00
|
|
|
# cpicker.nvim
|
2024-07-28 18:28:56 +08:00
|
|
|
|
|
|
|
> _cpicker.nvim_ is a Color Converter for neovim.
|
|
|
|
|
|
|
|
[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)
|
|
|
|
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](LICENSE)
|
2024-07-24 10:32:11 +08:00
|
|
|
|
|
|
|
![cpicker](./img/cpicker.png)
|
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
<!-- vim-markdown-toc GFM -->
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
- [Install](#install)
|
|
|
|
- [Commands](#commands)
|
|
|
|
- [Feedback](#feedback)
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Install
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
Using vim-plug
|
2024-07-24 10:32:11 +08:00
|
|
|
|
|
|
|
```
|
2024-07-28 18:28:56 +08:00
|
|
|
Plug 'wsdjeg/cpicker.nvim'
|
2024-07-24 10:32:11 +08:00
|
|
|
```
|
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
## Commands
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
1. `:Cpicker`: open the color converter
|
|
|
|
2. `:CpickerCursorForeground`: open the color converter with cursor highlight
|
|
|
|
3. `:CpickerColorMix`: open the color mixer
|
2024-08-01 00:06:33 +08:00
|
|
|
4. `:CpickerCursorChangeHighlight`: change the highlight of cursor word
|
|
|
|
5. `:CpickerClearColorPatch`: clear colorscheme patch
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
## Feedback
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
The development of this plugin is in [`SpaceVim/bundle/cpicker.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/cpicker.nvim) directory.
|
2024-07-24 10:32:11 +08:00
|
|
|
|
2024-07-28 18:28:56 +08:00
|
|
|
If you encounter any bugs or have suggestions, please file an issue in the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues)
|