1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/chinese.md
2019-01-09 21:32:40 +08:00

37 lines
705 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)
<!-- vim-markdown-toc -->
## Description
This layer is for Chinese users, and provide Chinese documentations and runtime messages.
## Install
Add 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"
```