https://github.com/wsdjeg/cpicker.nvim
Color Converter for neovim
https://github.com/wsdjeg/cpicker.nvim
neovim-plugin
Last synced: about 1 month ago
JSON representation
Color Converter for neovim
- Host: GitHub
- URL: https://github.com/wsdjeg/cpicker.nvim
- Owner: wsdjeg
- License: gpl-3.0
- Created: 2024-07-12T06:38:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-29T14:46:30.000Z (about 2 months ago)
- Last Synced: 2025-04-13T16:12:55.471Z (about 1 month ago)
- Topics: neovim-plugin
- Language: Lua
- Homepage:
- Size: 91.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpicker.nvim
> _cpicker.nvim_ is a Color Converter for neovim.
[](LICENSE)

* [Install](#install)
* [Commands](#commands)
* [Feedback](#feedback)## Install
Use your preferred Neovim plugin manager to install cpicker.nvim.
with [nvim-plug](https://github.com/wsdjeg/nvim-plug)
```lua
require('plug').add({
{ 'wsdjeg/cpicker.nvim' }
})
```Then use `:PlugInstall cpicker.nvim` to install this plugin.
## Commands
1. `:Cpicker`: open the color converter
2. `:CpickerCursorForeground`: open the color converter with cursor highlight
3. `:CpickerColorMix`: open the color mixer
4. `:CpickerCursorChangeHighlight`: change the highlight of cursor word
5. `:CpickerClearColorPatch`: clear colorscheme patch## Feedback
If you encounter any bugs or have suggestions, please file an issue in the [issue tracker](https://github.com/wsdjeg/cpicker.nvim/issues)