1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00
SpaceVim/docs/layers/tools/cpicker.md

34 lines
641 B
Markdown
Raw Normal View History

2024-07-12 00:31:36 +08:00
---
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 |