Skip to main content
Module

x/ddc_vim/deps.ts>op.foldnestmax

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

Sets the maximum nesting of folds for the "indent" and "syntax" methods. This avoids that too many folds will be created. Using more than 20 doesn't work, because the internal limit is 20.

(default: 20)

not available when compiled without the +folding feature

type

LocalOption<number>