Skip to content

Commit 3dd29c8

Browse files
committed
update for ddc.vim v0.6.0
1 parent c98ec37 commit 3dd29c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ddc-vim-lsp
22

33
vim-lsp for ddc.vim.
4-
- ddc.vim : v0.5.0
4+
- ddc.vim : v0.6.0
55

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import {
22
BaseSource,
33
Candidate,
4-
} from "https://deno.land/x/ddc_vim@v0.5.0/types.ts#^";
4+
} from "https://deno.land/x/ddc_vim@v0.6.0/types.ts#^";
55

66
import {
77
batch,
88
Denops,
99
vars,
10-
} from "https://deno.land/x/ddc_vim@v0.5.0/deps.ts#^";
10+
} from "https://deno.land/x/ddc_vim@v0.6.0/deps.ts#^";
1111

1212
export class Source extends BaseSource {
1313
async onInit(args: {

0 commit comments

Comments
 (0)