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>BaseSource#gatherCandidates

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
method BaseSource.prototype.gatherCandidates
import { BaseSource } from "https://deno.land/x/ddc_vim@v2.5.1/base/source.ts";

Parameters

unnamed 0: GatherArguments<Params>

Returns

Promise<Item<UserData>[]>