import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { pumwidth } = op;
Determines the minimum width to use for the popup menu for Insert mode
completion. ins-completion-menu
.
(default 15)
import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { pumwidth } = op;
Determines the minimum width to use for the popup menu for Insert mode
completion. ins-completion-menu
.
(default 15)