From 307aa50e5d1c24abab1197a5f33eb3ad97225b18 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 25 Feb 2018 01:06:18 +0800 Subject: [PATCH] Fix indent --- docs/layers/index.md | 77 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/docs/layers/index.md b/docs/layers/index.md index 36476c007..18ff5ffa9 100644 --- a/docs/layers/index.md +++ b/docs/layers/index.md @@ -45,44 +45,45 @@ call SpaceVim#layers#disable('shell') ## Available layers -| Name | Description | -| ---------- | ------------ | -| [autocomplete](https://spacevim.org/layers/autocomplete/) | This layer provides auto-completion to SpaceVim | -| [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/) | 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. | -| [cscope](https://spacevim.org/layers/cscope/) | This layer provide cscope manager for project | -| [ctrlp](https://spacevim.org/layers/ctrlp/) | This layers adds extensive support for git | -| [debug](https://spacevim.org/layers/debug/) | This layer provide debug workflow support in SpaceVim | -| [default](https://spacevim.org/layers/default/) | lt layer contains none plugins, but it has some better default config for vim and neovim | -| [denite](https://spacevim.org/layers/denite/) | Another Unite centric work-flow which use denite | -| [git](https://spacevim.org/layers/git/) | This layers adds extensive support for git | -| [github](https://spacevim.org/layers/github/) | This layer provides GitHub integration for SpaceVim | -| [index](https://spacevim.org/layers/index/) | list of available layers in SpaceVim | -| [lang#c](https://spacevim.org/layers/lang/c/) | This layer is for c/c++/object-c development | -| [lang#csharp](https://spacevim.org/layers/lang/csharp/) | This layer is for csharp development | -| [lang#dart](https://spacevim.org/layers/lang/dart/) | This layer is for dart development, provide autocompletion, syntax checking, code format for dart file. | -| [lang#elixir](https://spacevim.org/layers/lang/elixir/) | This layer is for elixir development, provide autocompletion, syntax checking, code format for elixir file. | -| [lang#go](https://spacevim.org/layers/lang/go/) | This layer is for golang development. It also provides additional language-specific key mappings. | -| [lang#haskell](https://spacevim.org/layers/lang/haskell/) | This layer is for haskell development | -| [lang#html](https://spacevim.org/layers/lang/html/) | Edit html in SpaceVim, with this layer, this layer provides code completion, syntax checking and code formatting for html. | -| [lang#java](https://spacevim.org/layers/lang/java/) | This layer is for Java development. All the features such as code completion, formatting, syntax checking, REPL and debug have be done in this layer. | -| [lang#javascript](https://spacevim.org/layers/lang/javascript/) | This layer is for JaveScript development | -| [lang#lisp](https://spacevim.org/layers/lang/lisp/) | for lisp development | -| [lang#lua](https://spacevim.org/layers/lang/lua/) | This layer is for lua development, provide autocompletion, syntax checking, code format for lua file. | -| [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#ocaml](https://spacevim.org/layers/lang/ocaml/) | This layer is for Python development, provide autocompletion, syntax checking, code format for ocaml 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/) | 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/) | This layer is for writting vim script, including code completion, syntax checking and buffer formatting | -| [language-server-protocol](https://spacevim.org/layers/language-server-protocol/) | This layers provides language server protocol for vim and neovim | -| [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 | -| [tools#dash](https://spacevim.org/layers/tools/dash/) | This layer provides Dash integration for SpaceVim | -| [ui](https://spacevim.org/layers/ui/) | Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI | +| Name | Description | +| --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | +| [autocomplete](https://spacevim.org/layers/autocomplete/) | This layer provides auto-completion to SpaceVim | +| [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/) | 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. | +| [cscope](https://spacevim.org/layers/cscope/) | This layer provide cscope manager for project | +| [ctrlp](https://spacevim.org/layers/ctrlp/) | This layers adds extensive support for git | +| [debug](https://spacevim.org/layers/debug/) | This layer provide debug workflow support in SpaceVim | +| [default](https://spacevim.org/layers/default/) | lt layer contains none plugins, but it has some better default config for vim and neovim | +| [denite](https://spacevim.org/layers/denite/) | Another Unite centric work-flow which use denite | +| [git](https://spacevim.org/layers/git/) | This layers adds extensive support for git | +| [github](https://spacevim.org/layers/github/) | This layer provides GitHub integration for SpaceVim | +| [index](https://spacevim.org/layers/index/) | list of available layers in SpaceVim | +| [lang#c](https://spacevim.org/layers/lang/c/) | This layer is for c/c++/object-c development | +| [lang#csharp](https://spacevim.org/layers/lang/csharp/) | This layer is for csharp development | +| [lang#dart](https://spacevim.org/layers/lang/dart/) | This layer is for dart development, provide autocompletion, syntax checking, code format for dart file. | +| [lang#elixir](https://spacevim.org/layers/lang/elixir/) | This layer is for elixir development, provide autocompletion, syntax checking, code format for elixir file. | +| [lang#go](https://spacevim.org/layers/lang/go/) | This layer is for golang development. It also provides additional language-specific key mappings. | +| [lang#haskell](https://spacevim.org/layers/lang/haskell/) | This layer is for haskell development | +| [lang#html](https://spacevim.org/layers/lang/html/) | Edit html in SpaceVim, with this layer, this layer provides code completion, syntax checking and code formatting for html. | +| [lang#java](https://spacevim.org/layers/lang/java/) | This layer is for Java development. All the features such as code completion, formatting, syntax checking, REPL and debug have be done in this layer. | +| [lang#javascript](https://spacevim.org/layers/lang/javascript/) | This layer is for JaveScript development | +| [lang#lisp](https://spacevim.org/layers/lang/lisp/) | for lisp development | +| [lang#lua](https://spacevim.org/layers/lang/lua/) | This layer is for lua development, provide autocompletion, syntax checking, code format for lua file. | +| [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#ocaml](https://spacevim.org/layers/lang/ocaml/) | This layer is for Python development, provide autocompletion, syntax checking, code format for ocaml 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/) | 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/) | This layer is for writting vim script, including code completion, syntax checking and buffer formatting | +| [language-server-protocol](https://spacevim.org/layers/language-server-protocol/) | This layers provides language server protocol for vim and neovim | +| [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 | +| [tools#dash](https://spacevim.org/layers/tools/dash/) | This layer provides Dash integration for SpaceVim | +| [ui](https://spacevim.org/layers/ui/) | Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI | +