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:
parent
035d08bbcf
commit
0a4f378b7a
@ -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
19
docs/layers/lang/lisp.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user