import { op } from "https://deno.land/x/ddu_vim@v1.13.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|.