Browse Source

update dependencies.

main
KUDO Shunsuke 11 months ago
parent
commit
bd1e66fdd7
  1. 4
      denops/@ddc-sources/vim-lsp.ts

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

@ -2,11 +2,11 @@ import {
BaseSource,
DdcGatherItems,
Item as DdcItem,
} from "https://deno.land/x/ddc_vim@v4.1.0/types.ts";
} from "https://deno.land/x/ddc_vim@v4.3.1/types.ts";
import {
GatherArguments,
} 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";
type Params = {
ignoreCompleteProvider: boolean;

Loading…
Cancel
Save