2017-12-12 09:59:27 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim chinese layer"
|
|
|
|
description: "Layer for chinese users, include chinese docs and runtime messages"
|
|
|
|
---
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
# [Available Layers](../) >> chinese
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
- [Configuration](#configuration)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
2017-12-12 09:59:27 +08:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2019-01-09 21:32:40 +08:00
|
|
|
This layer is for Chinese users, and provide Chinese documentations and runtime messages.
|
2017-12-12 09:59:27 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Install
|
2017-12-12 09:59:27 +08:00
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
Add the following snippet to your custom configuration file to use this configuration layer.
|
2018-06-23 14:37:41 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "chinese"
|
|
|
|
```
|
2017-12-12 09:59:27 +08:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2019-01-09 21:32:40 +08:00
|
|
|
Add the following snippet to your custom config file to enable this feature.
|
2018-06-23 14:37:41 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[options]
|
|
|
|
vim_help_language = "cn"
|
|
|
|
```
|