Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.helpheight

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.helpheight
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/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>