Skip to main content
Module

x/ddc_vim/deps.ts

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
File
export type { Denops } from "https://deno.land/x/denops_std@v1.11.2/mod.ts#^";export { execute } from "https://deno.land/x/denops_std@v1.11.2/helper/mod.ts#^";export { batch, gather,} from "https://deno.land/x/denops_std@v1.11.2/batch/mod.ts#^";export * as op from "https://deno.land/x/denops_std@v1.11.2/option/mod.ts#^";export * as fn from "https://deno.land/x/denops_std@v1.11.2/function/mod.ts#^";export * as vars from "https://deno.land/x/denops_std@v1.11.2/variable/mod.ts#^";export * as autocmd from "https://deno.land/x/denops_std@v1.11.2/autocmd/mod.ts#^";export { ensureObject } from "https://deno.land/x/unknownutil@v0.1.1/mod.ts#^";export { assertEquals } from "https://deno.land/std@0.106.0/testing/asserts.ts#^";export { parse, toFileUrl } from "https://deno.land/std@0.106.0/path/mod.ts#^";export { deadline, DeadlineError,} from "https://deno.land/std@0.106.0/async/mod.ts#^";export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v3.1.0/response_waiter.ts#^";