Skip to main content
Module

x/ddc_vim/deps.ts>op.helpheight

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.helpheight
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { helpheight } = op;

Minimal initial height of the help window when it is opened with the ":help" command. The initial height of the help window is half of the current window, or (when the 'ea' option is on) the same as other windows. When the height is less than 'helpheight', the height is set to 'helpheight'. Set to zero to disable.

(default 20)

type

GlobalOption<number>