Skip to content

Commit

Permalink
update for ddc.vim v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shun committed Jul 3, 2022
1 parent 7d4b11e commit 882f8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ddc-vim-lsp

vim-lsp for ddc.vim.
- ddc.vim : v2.0.0
- ddc.vim : v2.3.0

## Required

Expand Down
4 changes: 2 additions & 2 deletions denops/@ddc-sources/vim-lsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import {
BaseSource,
Item,
DdcGatherItems,
} from "https://deno.land/x/ddc_vim@v2.0.0/types.ts#^";
} from "https://deno.land/x/ddc_vim@v2.3.0/types.ts#^";

import {
GatherArguments,
} from "https://deno.land/x/ddc_vim@v2.0.0/base/source.ts#^";
} from "https://deno.land/x/ddc_vim@v2.3.0/base/source.ts#^";

// deno-lint-ignore ban-types
type Params = {
Expand Down

0 comments on commit 882f8f8

Please sign in to comment.