Skip to main content
Module

x/ddc_vim/deps.ts>op.pumheight

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.pumheight
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { pumheight } = op;

Determines the maximum number of items to show in the popup menu for Insert mode completion. When zero as much space as available is used. ins-completion-menu.

(default 0)

type

GlobalOption<number>