mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Fixed: fix serval typos. (#2442)
This commit is contained in:
parent
e01c97049e
commit
c363b2c842
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "SpaceVim chinese 模块"
|
||||
description: "该模块为中文用户提供了中文的 Vim 帮助文档,同时提供部分插件的中文帮助文档。"
|
||||
description: "该模块为中文用户提供了中文的 Vim 帮助文档,同时为部分插件提供了中文帮助文档。"
|
||||
lang: cn
|
||||
---
|
||||
|
||||
@ -16,11 +16,11 @@ lang: cn
|
||||
|
||||
## 模块描述
|
||||
|
||||
该模块为中文用户提供了中文的 Vim 帮助文档,同时提供部分插件的中文帮助文档。
|
||||
该模块为中文用户提供了中文的 Vim 帮助文档,同时为部分插件提供了中文帮助文档。
|
||||
|
||||
## 启用模块
|
||||
|
||||
中文用户,可以在配置文件里面启用该模块,以获取中文帮助文档:
|
||||
中文用户,可以在配置文件里面添加以下配置来启用该模块,以获取中文帮助文档:
|
||||
|
||||
```toml
|
||||
[[layers]]
|
||||
@ -29,8 +29,8 @@ lang: cn
|
||||
|
||||
## 模块配置
|
||||
|
||||
加在该模块后,默认的帮助文件语言并为设置为中文,可以通过 SpaceVim 选项
|
||||
`vim_help_language` 来设置,可将其值设为 `"cn"`。
|
||||
加载该模块后,默认的帮助文件语言并未被设置为中文,还需要将 SpaceVim 选项
|
||||
`vim_help_language` 的值设为 `"cn"`。
|
||||
|
||||
```toml
|
||||
[options]
|
||||
|
@ -15,11 +15,11 @@ description: "Layer for chinese users, include chinese docs and runtime messages
|
||||
|
||||
## Description
|
||||
|
||||
This layer is for chinese users, and provide chinese docs and runtime messages.
|
||||
This layer is for Chinese users, and provide Chinese documentations and runtime messages.
|
||||
|
||||
## Install
|
||||
|
||||
To use this configuration layer, add following snippet to your custom configuration file.
|
||||
Add following snippet to your custom configuration file to use this configuration layer.
|
||||
|
||||
```toml
|
||||
[[layers]]
|
||||
@ -28,7 +28,7 @@ To use this configuration layer, add following snippet to your custom configurat
|
||||
|
||||
## Configuration
|
||||
|
||||
if you want to enable this feature, add following snippet to your custom config file.
|
||||
Add the following snippet to your custom config file to enable this feature.
|
||||
|
||||
```toml
|
||||
[options]
|
||||
|
Loading…
x
Reference in New Issue
Block a user