Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/nvim/mod.ts>nvim_ui_pum_set_height

📚 Standard module for denops.vim
Go to Latest
function nvim_ui_pum_set_height
import { nvim_ui_pum_set_height } from "https://deno.land/x/denops_std@v5.0.1/function/nvim/mod.ts";

Tells Nvim the number of elements displaying in the popupmenu, to decide <PageUp> and <PageDown> movement.

Attributes: RPC only

Parameters: {height} Popupmenu height, must be greater than zero.

Parameters

denops: Denops
height: unknown

Returns

Promise<unknown>