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