mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:50:05 +08:00
5176ee9dc7
* HTML Improvements * Update html * Improve html * Fix up * Update layers index * Update development page * Update layers index * Update layers index * Update layers index * Update layers index * Update layers index
597 B
597 B
title | description |
---|---|
SpaceVim lang#lisp layer | This layer is for lisp development, provide autocompletion, syntax checking, code format for lisp file. |
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.