1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/layers/lang/lisp.md

41 lines
855 B
Markdown
Raw Normal View History

---
title: "SpaceVim lang#lisp layer"
2021-06-21 20:39:29 +08:00
description: "This layer is for Common Lisp development, provides autocompletion, syntax checking, and code formatting for Common Lisp files."
---
2018-06-23 14:37:41 +08:00
# [Available Layers](../../) >> lang#lisp
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Requirement](#requirement)
- [mappings](#mappings)
<!-- vim-markdown-toc -->
## Description
2017-05-26 22:29:43 +08:00
2020-12-20 20:13:28 +08:00
This layer is for Common Lisp development.
2017-05-26 22:29:43 +08:00
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2018-06-23 14:37:41 +08:00
```toml
[[layers]]
name = "lang#lisp"
```
2017-05-26 22:29:43 +08:00
## 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
2019-02-03 20:51:01 +08:00
All the language special mappings begin with `[SPC] l`, please checkout it in mapping guide.