Skip to main content
Module

x/ddc_vim/context.ts>ContextCallbacks

Dark deno-powered completion framework for neovim/Vim
Latest
type alias ContextCallbacks
import { type ContextCallbacks } from "https://deno.land/x/ddc_vim@v4.3.1/context.ts";
definition: { global: ContextCallback; filetype: Record<string, ContextCallback>; buffer: Record<number, ContextCallback>; }