1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/lang/lisp.md
2021-06-21 20:39:29 +08:00

855 B

title description
SpaceVim lang#lisp layer This layer is for Common Lisp development, provides autocompletion, syntax checking, and code formatting for Common Lisp files.

Available Layers >> lang#lisp

Description

This layer is for Common Lisp development.

Install

To use this configuration layer, update your custom configuration file with:

[[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.