Back to Spacevim

SpaceVim lang#lisp 模块

docs/cn/layers/lang/lisp.md

2.4.0765 B
Original Source

可用模块 >> lang#lisp

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

模块简介

这一模块为 SpaceVim 提供了 Common Lisp 开发支持,包括代码补全、语法检查以及代码格式化等特性。

启用模块

可通过在配置文件内加入如下配置来启用该模块:

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

快捷键

All the language special mappings begin with [SPC] l, please checkout them in mapping guide.