1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/docs/layers/chinese.md

37 lines
709 B
Markdown
Raw Normal View History

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"
```