import { op } from "https://deno.land/x/ddc_vim@v4.0.2/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