2018-05-12 19:01:00 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#lisp layer"
|
2020-12-20 20:13:28 +08:00
|
|
|
description: "This layer is for Common Lisp development, provide autocompletion, syntax checking, code format for Common Lisp file."
|
2018-05-12 19:01:00 +08:00
|
|
|
---
|
|
|
|
|
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
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```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.
|