Skip to main content
Module

x/ddc_vim/deps.ts>op.sections

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.sections
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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")

type

GlobalOption<string>