Skip to content

Commit

Permalink
update ddc.vim version
Browse files Browse the repository at this point in the history
  • Loading branch information
shun committed Dec 5, 2021
1 parent 6f291fe commit 88e2243
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 : v0.16.0
- ddc.vim : v1.0.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
@@ -1,11 +1,11 @@
import {
BaseSource,
Candidate,
} from "https://deno.land/x/ddc_vim@v0.16.0/types.ts#^";
} from "https://deno.land/x/ddc_vim@v1.0.0/types.ts#^";

import {
GatherCandidatesArguments,
} from "https://deno.land/x/ddc_vim@v0.16.0/base/source.ts#^";
} from "https://deno.land/x/ddc_vim@v1.0.0/base/source.ts#^";

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

0 comments on commit 88e2243

Please sign in to comment.