Skip to main content
Module

x/ddc_vim/deps.ts>op.cindent

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

{not available when compiled without the |+cindent| feature} Enables automatic C program indenting. See 'cinkeys' to set the keys that trigger reindenting in insert mode and 'cinoptions' to set your preferred indent style. If 'indentexpr' is not empty, it overrules 'cindent'. If 'lisp' is not on and both 'indentexpr' and 'equalprg' are empty, the "=" operator indents using this algorithm rather than calling an external program. See |C-indenting|. When you don't like the way 'cindent' works, try the 'smartindent' option or 'indentexpr'. This option is not used when 'paste' is set. NOTE: This option is reset when 'compatible' is set.