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.7.4/mod.ts#^";export { execute } from "https://deno.land/x/denops_std@v1.7.4/helper/mod.ts#^";export { batch, gather,} from "https://deno.land/x/denops_std@v1.7.4/batch/mod.ts#^";export * as op from "https://deno.land/x/denops_std@v1.7.4/option/mod.ts#^";export * as fn from "https://deno.land/x/denops_std@v1.7.4/function/mod.ts#^";export * as vars from "https://deno.land/x/denops_std@v1.7.4/variable/mod.ts#^";export * as autocmd from "https://deno.land/x/denops_std@v1.7.4/autocmd/mod.ts#^";export { ensureObject } from "https://deno.land/x/unknownutil@v0.1.1/mod.ts#^";export { assertEquals } from "https://deno.land/std@0.105.0/testing/asserts.ts#^";export { toFileUrl } from "https://deno.land/std@0.105.0/path/mod.ts#^";