mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
44 lines
909 B
Markdown
44 lines
909 B
Markdown
---
|
|
title: "SpaceVim chinese layer"
|
|
description: "Layer for chinese users, include chinese docs and runtime messages"
|
|
---
|
|
|
|
# [Available Layers](../) >> chinese
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Install](#install)
|
|
- [Configuration](#configuration)
|
|
- [Key bindings](#key-bindings)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer is for Chinese users, and provide Chinese documentations and runtime messages.
|
|
|
|
## Install
|
|
|
|
Add the following snippet to your custom configuration file to use this configuration layer.
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "chinese"
|
|
```
|
|
|
|
## Configuration
|
|
|
|
Add the following snippet to your custom config file to enable this feature.
|
|
|
|
```toml
|
|
[options]
|
|
vim_help_language = "cn"
|
|
```
|
|
|
|
## Key bindings
|
|
|
|
| Key Binding | Description |
|
|
| ----------- | ------------------------------- |
|
|
| `SPC n c d` | Convert Chinese Number to Digit |
|