1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00
SpaceVim/docs/layers/lang/lisp.md
2018-06-23 14:37:41 +08:00

822 B

title description
SpaceVim lang#lisp layer This layer is for lisp development, provide autocompletion, syntax checking, code format for lisp file.

Available Layers >> lang#lisp

Description

This layer is for lisp development.

Install

To use this configuration layer, update 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 is begin with [SPC] l, please checkout it in mapping guide.