Skip to main content
Module

x/ddc_vim/context.ts>ContextCallback

Dark deno-powered completion framework for neovim/Vim
Latest
type alias ContextCallback
import { type ContextCallback } from "https://deno.land/x/ddc_vim@v4.3.1/context.ts";
definition: string | ((denops: Denops) => Promise<Partial<DdcOptions>>)