import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { sections } = op;
Specifies the nroff macros that separate sections. These are pairs of
two letters (See object-motions
). The default makes a section start
at the nroff macros ".SH", ".NH", ".H", ".HU", ".nh" and ".sh".
(default "SHNHH HUnhsh")