1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:20:05 +08:00
SpaceVim/docs/layers/tools/cpicker.md
2024-07-12 00:31:36 +08:00

34 lines
641 B
Markdown

---
title: "SpaceVim cpicker layer"
description: "This layer provides color picker for SpaceVim"
---
# [Available Layers](../../) >> tools#cpicker
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer provides color picker for SpaceVim. It requires neovim 0.10+.
## Install
To use this configuration layer, add it to your `~/.SpaceVim.d/init.toml`.
```vim
[[layers]]
name = "tools#cpicker"
```
## Key bindings
| Key Binding | Description |
| ----------- | ----------------- |
| `SPC i p c` | open color picker |