We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064f34a commit bd1e66fCopy full SHA for bd1e66f
denops/@ddc-sources/vim-lsp.ts
@@ -2,11 +2,11 @@ import {
2
BaseSource,
3
DdcGatherItems,
4
Item as DdcItem,
5
-} from "https://deno.land/x/ddc_vim@v4.1.0/types.ts";
+} from "https://deno.land/x/ddc_vim@v4.3.1/types.ts";
6
7
import {
8
GatherArguments,
9
-} from "https://deno.land/x/ddc_vim@v4.1.0/base/source.ts";
+} from "https://deno.land/x/ddc_vim@v4.3.1/base/source.ts";
10
11
type Params = {
12
ignoreCompleteProvider: boolean;
0 commit comments