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
705 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
This layer is for chinese users, and provide chinese docs and runtime messages.
2018-06-23 14:37:41 +08:00
## Install
2017-12-12 09:59:27 +08:00
2018-06-23 14:37:41 +08:00
To use this configuration layer, add following snippet to your custom configuration file.
```toml
[[layers]]
name = "chinese"
```
2017-12-12 09:59:27 +08:00
## Configuration
2018-06-23 14:37:41 +08:00
if you want to enable this feature, add following snippet to your custom config file.
```toml
[options]
vim_help_language = "cn"
```