Skip to main content
Module

x/ddc_vim/deps.ts>fn.lispindent

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.lispindent
import { fn } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { lispindent } = fn;

Get the amount of indent for line {lnum} according the lisp indenting rules, as with 'lisp'. The indent is counted in spaces, the value of 'tabstop' is relevant. {lnum} is used just like in |getline()|. When {lnum} is invalid or Vim was not compiled the |+lispindent| feature, -1 is returned. Can also be used as a |method|: GetLnum()->lispindent()

Parameters

denops: Denops
lnum: unknown

Returns

Promise<unknown>