1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Add lang#layer doc

This commit is contained in:
wsdjeg 2017-05-26 22:29:43 +08:00
parent 035d08bbcf
commit 0a4f378b7a
2 changed files with 21 additions and 0 deletions

View File

@ -4,3 +4,5 @@ Name | Description | Documentation
----- |:----:| ------------------
default | better default for vim and neovim | [documentation](https://spacevim.org/layers/default)
chat | chatting in vim | [documentation](https://spacevim.org/layers/chat)
lang#java | java development in vim | [documentation](https://spacevim.org/layers/lang/java)
lang#lisp | lisp development in vim | [documentation](https://spacevim.org/layers/lang/lisp)

19
docs/layers/lang/lisp.md Normal file
View File

@ -0,0 +1,19 @@
# [Layers](https://spacevim.org/layers) > lang#lisp
This layer is for lisp development.
## Install
To include this layer, add `SPLayer 'lang#lisp'` to your custom configuration file.
## Requirement
- Vim 8.0+ with +channel, or Neovim 0.2.0+ with ncat
- ASDF
- Quicklisp
- An Internet connection to install other dependencies from Quicklisp
## mappings
all the language special mappings is begin with `[SPC] l`, please checkout it in mapping guide.