1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Update layer doc

This commit is contained in:
wsdjeg 2017-12-12 09:59:27 +08:00
parent dd589952df
commit 30be5c61f4
7 changed files with 32 additions and 9 deletions

View File

@ -5,4 +5,4 @@ permalink: /404
## Oops! The page you requested was not found!
> you can go to [home](https://spacevim.org)
> you can go to [home](https://spacevim.org) or checkout [Blogs](https://spacevim.org/blog/)

View File

@ -1,4 +1,5 @@
---
title: "SpaceVim chat layer"
description: "SpaceVim chatting layer provide chatting with qq and weixin in vim."
---

View File

@ -0,0 +1,18 @@
---
title: "SpaceVim chinese layer"
description: "Layer for chinese users, include chinese docs and runtime messages"
---
# [Layers](https://spacevim.org/layers) > chinese
## Description
This layer is for chinese users, and provide chinese docs and runtime messages.
## Layer Installation
To use this configuration layer, add `splayer 'chinese'` to your custom configuration file.
## Configuration
if you want to enable this feature, add `let g:spacevim_vim_help_language = 'cn'` to your custom config file.

View File

@ -24,9 +24,9 @@ call SpaceVim#layers#load('shell',
| Name | Description |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [autocomplete](https://spacevim.org/layers/autocomplete/) | This layer provides auto-completion to SpaceVim |
| [chat](https://spacevim.org/layers/chat/) | |
| [chat](https://spacevim.org/layers/chat/) | SpaceVim chatting layer provide chatting with qq and weixin in vim. |
| [checkers](https://spacevim.org/layers/checkers/) | This layer provides syntax checking feature |
| [chinese](https://spacevim.org/layers/chinese/) | can not find Description |
| [chinese](https://spacevim.org/layers/chinese/) | Layer for chinese users, include chinese docs and runtime messages |
| [colorscheme](https://spacevim.org/layers/colorscheme/) | colorscheme provides a list of colorscheme for SpaceVim, default colorscheme is gruvbox with dark theme. |
| [default](https://spacevim.org/layers/default/) | lt layer contains none plugins, but it has some better default config for vim and neovim |
| [git](https://spacevim.org/layers/git/) | This layers adds extensive support for git |
@ -38,12 +38,12 @@ call SpaceVim#layers#load('shell',
| [lang#markdown](https://spacevim.org/layers/lang/markdown/) | Edit markdown within vim, autopreview markdown in the default browser, with this layer you can also format markdown file. |
| [lang#php](https://spacevim.org/layers/lang/php/) | This layer adds PHP language support to SpaceVim |
| [lang#python](https://spacevim.org/layers/lang/python/) | This layer is for Python development, provide autocompletion, syntax checking, code format for python file. |
| [lang#ruby](https://spacevim.org/layers/lang/ruby/) | |
| [lang#ruby](https://spacevim.org/layers/lang/ruby/) | This layer is for ruby development, provide autocompletion, syntax checking, code format for ruby file. |
| [lang#typescript](https://spacevim.org/layers/lang/typescript/) | This layer is for TypeScript development |
| [lang#vim](https://spacevim.org/layers/lang/vim/) | |
| [lang#vim](https://spacevim.org/layers/lang/vim/) | This layer is for writting vim script, including code completion, syntax checking and buffer formatting |
| [shell](https://spacevim.org/layers/shell/) | This layer provide shell support in SpaceVim |
| [tags](https://spacevim.org/layers/tags/) | This layer provide tags manager for project |
| [ui](https://spacevim.org/layers/ui/) | |
| [ui](https://spacevim.org/layers/ui/) | Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI |
<!-- SpaceVim layer list end -->

View File

@ -1,13 +1,15 @@
---
title: "SpaceVim lang#ruby layer"
description: "This layer is for ruby development, provide autocompletion, syntax checking, code format for ruby file."
---
# [SpaceVim Layers:](https://spacevim.org/layers) lang#ruby
<!-- vim-markdown-toc GFM -->
* [Description](#description)
* [Layer Installation](#layer-installation)
* [Key bindings](#key-bindings)
- [Description](#description)
- [Layer Installation](#layer-installation)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->

View File

@ -1,5 +1,6 @@
---
title: "SpaceVim lang#vim layer"
description: "This layer is for writting vim script, including code completion, syntax checking and buffer formatting"
---
# [SpaceVim Layers:](https://spacevim.org/layers) lang#vim

View File

@ -1,5 +1,6 @@
---
title: "SpaceVim ui layer"
description: "Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI"
---
# [SpaceVim Layers:](https://spacevim.org/layers) ui