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.0.0-beta.7/mod.ts#^";export { execute } from "https://deno.land/x/denops_std@v1.0.0-beta.7/helper/mod.ts#^";export * as vars from "https://deno.land/x/denops_std@v1.0.0-beta.7/variable/mod.ts#^";export * as autocmd from "https://deno.land/x/denops_std@v1.0.0-beta.7/autocmd/mod.ts#^";export { ensureObject } from "https://deno.land/x/unknownutil@v0.1.1/mod.ts#^";export { assertEquals } from "https://deno.land/std@0.100.0/testing/asserts.ts#^";