Skip to main content
Module

x/ddc_vim/deps.ts>op.cmdheight

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

Number of screen lines to use for the command-line. A larger value helps avoiding hit-enter prompts. The value of this option is stored with the tab page, so that each tab page can have a different value.

(default 1)

type

GlobalOrLocalOption<number>