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