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

x/ddc_vim/base/source.ts>GatherArguments

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
type alias GatherArguments
import { type GatherArguments } from "https://deno.land/x/ddc_vim@v3.4.0/base/source.ts";

Type Parameters

Params extends Record<string, unknown>
definition: { denops: Denops; context: Context; onCallback: OnCallback; options: DdcOptions; sourceOptions: SourceOptions; sourceParams: Params; completePos: number; completeStr: string; isIncomplete?: boolean; }