Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.foldignore

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

Used only when 'foldmethod' is "indent". Lines starting with characters in 'foldignore' will get their fold level from surrounding lines. White space is skipped before checking for this character. The default "#" works well for C programs. See fold-indent.

(default: "#")

not available when compiled without the +folding feature

type

LocalOption<string>