Skip to main content
Module

x/denops_std/helper/input.ts>CustomCompletion

📚 Standard module for denops.vim
Go to Latest
type alias CustomCompletion
import { type CustomCompletion } from "https://deno.land/x/denops_std@v4.1.6/helper/input.ts";
definition: (
arglead: string,
cmdline: string,
cursorpos: number,
) => string[] | Promise<string[]>