1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/docs/layers/index.md

52 lines
5.0 KiB
Markdown
Raw Normal View History

2017-09-23 20:02:23 +08:00
---
title: Available layers
description: A list of available layers in SpaceVim.
keywords: layer,layers
---
## Introduction
SpaceVim is a community-driven vim distribution that seeks to provide layer feature. here is an example for loadding a layer with some specified options:
```vim
call SpaceVim#layers#load('shell',
\ {
\ 'default_position' : 'top',
\ 'default_height' : 30,
\ }
\ )
```
2017-12-12 09:08:56 +08:00
<!-- SpaceVim layer list start -->
2017-09-23 20:02:23 +08:00
## Available layers
2017-12-12 09:22:00 +08:00
| Name | Description |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [autocomplete](https://spacevim.org/layers/autocomplete/) | This layer provides auto-completion to SpaceVim |
2017-12-12 09:59:27 +08:00
| [chat](https://spacevim.org/layers/chat/) | SpaceVim chatting layer provide chatting with qq and weixin in vim. |
2017-12-12 09:22:00 +08:00
| [checkers](https://spacevim.org/layers/checkers/) | This layer provides syntax checking feature |
2017-12-12 09:59:27 +08:00
| [chinese](https://spacevim.org/layers/chinese/) | Layer for chinese users, include chinese docs and runtime messages |
2017-12-12 09:22:00 +08:00
| [colorscheme](https://spacevim.org/layers/colorscheme/) | colorscheme provides a list of colorscheme for SpaceVim, default colorscheme is gruvbox with dark theme. |
2017-12-17 16:23:47 +08:00
| [debug](https://spacevim.org/layers/debug/) | This layer provide debug workflow support in SpaceVim |
2017-12-12 09:22:00 +08:00
| [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 |
| [lang#c](https://spacevim.org/layers/lang/c/) | This layer is for c/c++/object-c development |
2017-12-17 16:23:47 +08:00
| [lang#elixir](https://spacevim.org/layers/lang/elixir/) | This layer is for elixir development, provide autocompletion, syntax checking, code format for elixir file. |
2017-12-12 09:22:00 +08:00
| [lang#java](https://spacevim.org/layers/lang/java/) | This layer is for Java development |
| [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#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. |
2017-12-12 09:59:27 +08:00
| [lang#ruby](https://spacevim.org/layers/lang/ruby/) | This layer is for ruby development, provide autocompletion, syntax checking, code format for ruby file. |
2017-12-12 09:22:00 +08:00
| [lang#typescript](https://spacevim.org/layers/lang/typescript/) | This layer is for TypeScript development |
2017-12-12 09:59:27 +08:00
| [lang#vim](https://spacevim.org/layers/lang/vim/) | This layer is for writting vim script, including code completion, syntax checking and buffer formatting |
2017-12-12 09:22:00 +08:00
| [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 |
2017-12-12 09:59:27 +08:00
| [ui](https://spacevim.org/layers/ui/) | Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI |
2017-02-10 21:52:59 +08:00
2017-12-12 09:08:56 +08:00
<!-- SpaceVim layer list end -->
2017-12-12 09:22:00 +08:00
<!-- vim:set nowrap: -->