Skip to content

Commit

Permalink
Update ddu.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 23, 2024
1 parent 977b061 commit 68b93c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/@ddu-sources/ddc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Context, Denops, Item } from "jsr:@shougo/ddu-vim@5.0.0/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@5.0.0/source";
import type { Context, Denops, Item } from "jsr:@shougo/ddu-vim@6.2.0/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@6.2.0/source";
import type { DdcItem } from "../ddc/types.ts";

import * as vars from "jsr:@denops/std@~7.1.0/variable";
Expand Down

0 comments on commit 68b93c1

Please sign in to comment.