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

x/ddc_vim/ddc.ts>Ddc#gatherResults

Dark deno-powered completion framework for neovim/Vim
Go to Latest
method Ddc.prototype.gatherResults
import { Ddc } from "https://deno.land/x/ddc_vim@v4.3.0/ddc.ts";

Parameters

denops: Denops
context: Context
onCallback: OnCallback
options: DdcOptions

Returns

Promise<[number, DdcItem[]]>