Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/option/mod.ts>pumheight

๐Ÿ“š Standard module for denops.vim
Latest
variable pumheight
import { pumheight } from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts";

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)