Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent 0583f2d commit 986bad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denops/@ddu-sources/ddc.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type {
Context,
Item,
} from "jsr:@shougo/ddu-vim@v5.0.0-pre7/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@v5.0.0-pre7/source";
import { type Denops, vars } from "jsr:@shougo/ddu-vim@v5.0.0-pre7/deps";
} from "jsr:@shougo/ddu-vim@5.0.0-pre7/types";
import { BaseSource } from "jsr:@shougo/ddu-vim@5.0.0-pre7/source";
import { type Denops, vars } from "jsr:@shougo/ddu-vim@5.0.0-pre7/deps";
import type { DdcItem } from "../ddc/types.ts";

type Params = Record<string, never>;
Expand Down

0 comments on commit 986bad7

Please sign in to comment.