Skip to main content
Module

x/ddc_vim/deps.ts>op.foldclose

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.foldclose
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { foldclose } = op;

When set to "all", a fold is closed when the cursor isn't in it and its level is higher than 'foldlevel'. Useful if you want folds to automatically close when moving out of them.

(default "")

not available when compiled without the +folding feature

type

GlobalOption<string>