Skip to main content
Module

x/dpp_vim/deps.ts>op.foldenable

Dark powered plugin manager for Vim/neovim
Latest
variable op.foldenable
import { op } from "https://deno.land/x/dpp_vim@v0.2.0/deps.ts";
const { foldenable } = op;

When off, all folds are open. This option can be used to quickly switch between showing all text unfolded and viewing the text with folds (including manually opened or closed folds). It can be toggled with the zi command. The 'foldcolumn' will remain blank when 'foldenable' is off. This option is set by commands that create a new fold or close a fold. See folding.

(default on)

not available when compiled without the +folding feature

type

LocalOption<boolean>