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

x/ddc_vim/deps.ts>op.menuitems

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

Maximum number of items to use in a menu. Used for menus that are generated from a list of items, e.g., the Buffers menu. Changing this option has no direct effect, the menu must be refreshed first.

(default 25)

not available when compiled without the +menu feature

type

GlobalOption<number>