Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/base/filter.ts>OnInitArguments

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
type alias OnInitArguments
import { type OnInitArguments } from "https://deno.land/x/ddc_vim@v2.5.1/base/filter.ts";

Type Parameters

Params extends Record<string, unknown>
definition: { denops: Denops; filterOptions: FilterOptions; filterParams: Params; }