Skip to main content
Module

x/denops_std/option/mod.ts>lisp

📚 Standard module for denops.vim
Go to Latest
variable lisp
import { lisp } from "https://deno.land/x/denops_std@v6.3.0/option/mod.ts";

Lisp mode: When <Enter> is typed in insert mode set the indent for the next line to Lisp standards (well, sort of). Also happens with "cc" or "S". 'autoindent' must also be on for this to work. The 'p' flag in 'cpoptions' changes the method of indenting: Vi compatible or better. Also see 'lispwords'. The '-' character is included in keyword characters. Redefines the "=" operator to use this same indentation algorithm rather than calling an external program if 'equalprg' is empty. This option is not used when 'paste' is set.

(default off)