Skip to content

Commit

Permalink
update for ddc.vim v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shun committed Sep 14, 2021
1 parent c98ec37 commit 3dd29c8
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.5.0
- ddc.vim : v0.6.0

<img src="https://user-images.githubusercontent.com/212602/131358924-a62bd611-81ea-413b-aba5-2439fc42ae66.png" width="600"><br>

Expand Down
4 changes: 2 additions & 2 deletions denops/ddc-sources/ddc-vim-lsp.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import {
BaseSource,
Candidate,
} from "https://deno.land/x/ddc_vim@v0.5.0/types.ts#^";
} from "https://deno.land/x/ddc_vim@v0.6.0/types.ts#^";

import {
batch,
Denops,
vars,
} from "https://deno.land/x/ddc_vim@v0.5.0/deps.ts#^";
} from "https://deno.land/x/ddc_vim@v0.6.0/deps.ts#^";

export class Source extends BaseSource {
async onInit(args: {
Expand Down

0 comments on commit 3dd29c8

Please sign in to comment.