1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:30:04 +08:00
SpaceVim/docs/cn/layers/lang/lisp.md

40 lines
938 B
Markdown
Raw Normal View History

2018-06-23 14:37:41 +08:00
---
title: "SpaceVim lang#lisp 模块"
2020-12-20 20:13:28 +08:00
description: "这一模块为 Common Lisp 开发提供支持,包括代码补全、语法检查、代码格式化等特性。"
2018-06-23 14:37:41 +08:00
---
2018-06-23 14:37:41 +08:00
# [可用模块](../../) >> lang#lisp
2018-06-23 14:37:41 +08:00
<!-- vim-markdown-toc GFM -->
2018-06-23 14:37:41 +08:00
- [模块简介](#模块简介)
- [启用模块](#启用模块)
- [环境依赖](#环境依赖)
- [快捷键](#快捷键)
2018-06-23 14:37:41 +08:00
<!-- vim-markdown-toc -->
2018-06-23 14:37:41 +08:00
## 模块简介
2020-12-20 20:13:28 +08:00
这一模块为 SpaceVim 提供了 Common Lisp 开发支持,包括代码补全、语法检查以及代码格式化等特性。
2018-06-23 14:37:41 +08:00
## 启用模块
可通过在配置文件内加入如下配置来启用该模块:
```toml
[[layers]]
name = "lang#lisp"
```
## 环境依赖
- Vim 8.0+ with +channel, or Neovim 0.2.0+ with ncat
- ASDF
- Quicklisp
- An Internet connection to install other dependencies from Quicklisp
2018-06-23 14:37:41 +08:00
## 快捷键
2019-02-03 20:51:01 +08:00
All the language special mappings begin with `[SPC] l`, please checkout them in mapping guide.