Skip to main content
Module

x/ddc_vim/deps.ts>op.indentkeys

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

{not available when compiled without the |+cindent| feature} A list of keys that, when typed in Insert mode, cause reindenting of the current line. Only happens if 'indentexpr' isn't empty. The format is identical to 'cinkeys', see |indentkeys-format|. See |C-indenting| and |indent-expression|.