mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
34 lines
641 B
Markdown
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 |
|