Skip to content

Commit bd1e66f

Browse files
committed
update dependencies.
1 parent 064f34a commit bd1e66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

denops/@ddc-sources/vim-lsp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import {
22
BaseSource,
33
DdcGatherItems,
44
Item as DdcItem,
5-
} from "https://deno.land/x/ddc_vim@v4.1.0/types.ts";
5+
} from "https://deno.land/x/ddc_vim@v4.3.1/types.ts";
66

77
import {
88
GatherArguments,
9-
} from "https://deno.land/x/ddc_vim@v4.1.0/base/source.ts";
9+
} from "https://deno.land/x/ddc_vim@v4.3.1/base/source.ts";
1010

1111
type Params = {
1212
ignoreCompleteProvider: boolean;

0 commit comments

Comments
 (0)