1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:30:04 +08:00
SpaceVim/docs/cn/layers/chinese.md
Wang Shidong 1472a549c6
Doc: improve SpaceVim doc (#1758)
* Update shell layer doc

* Update script for update layer index

* Update script for update layer index

* Update colorscheme layer doc

* Update autocomplete layer doc

* Update checkers layer doc

* Update chinese layer doc

* Update chat layer doc

* Update faq

* Update VersionControl layer doc

* Update help file

* Update cscope layer doc

* Use cn group

* Update debug layer doc

* Update ctrlp layer doc

* Update default layer doc

* Improve the community page

* Improve the community page

* Update default layer doc

* Update denite layer doc

* Update git layer doc

* Update ui layer doc

* Update tags layer doc

* Update leaderf layer doc

* Update fzf layer doc

* Update unite layer doc

* Update tools layer doc

* Update index

* Update tools#dash layer doc

* Update lsp layer doc

* Update faq
2018-05-27 13:05:57 +08:00

900 B

title description lang
SpaceVim chinese 模块 该模块为中文用户提供了中文的 Vim 帮助文档,同时提供部分插件的中文帮助文档。 cn

可用模块 >> chinese

模块描述

该模块为中文用户提供了中文的 Vim 帮助文档,同时提供部分插件的中文帮助文档。

启用模块

中文用户,可以在配置文件里面启用该模块,以获取中文帮助文档:

[[layers]]
  name = "chinese"

模块配置

加在该模块后,默认的帮助文件语言并为设置为中文,可以通过 SpaceVim 选项 vim_help_language 来设置,可将其值设为 "cn"

[options]
  vim_help_language = "cn"