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

x/ddc_vim/deps.ts>op.foldcolumn

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

When non-zero, a column with the specified width is shown at the side of the window which indicates open and closed folds. The maximum value is 12. See folding.

(default 0)

not available when compiled without the +folding feature

type

LocalOption<number>