1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:30:06 +08:00
SpaceVim/docs/layers/lang/lisp.md
2020-12-20 20:13:28 +08:00

41 lines
840 B
Markdown

---
title: "SpaceVim lang#lisp layer"
description: "This layer is for Common Lisp development, provide autocompletion, syntax checking, code format for Common Lisp file."
---
# [Available Layers](../../) >> lang#lisp
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Requirement](#requirement)
- [mappings](#mappings)
<!-- vim-markdown-toc -->
## Description
This layer is for Common Lisp development.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#lisp"
```
## 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 begin with `[SPC] l`, please checkout it in mapping guide.