Skip to main content
Module

x/ddc_vim/types.ts>Context

Dark deno-powered completion framework for neovim/Vim
Latest
type alias Context
import { type Context } from "https://deno.land/x/ddc_vim@v4.3.1/types.ts";
definition: { changedTick: number; cursor: (number | undefined)[]; event: DdcEvent; filetype: string; input: string; lineNr: number; mode: string; nextInput: string; }