Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.previewheight

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

Default height for a preview window. Used for :ptag and associated commands. Used for CTRL-W_} when no count is given. Not used when 'previewpopup' is set.

(default 12)

not available when compiled without the +quickfix feature

type

GlobalOption<number>