Skip to content

Commit 2245f29

Browse files
author
KUDO Shunsuke
committed
add alias for Item as DdcItem.
1 parent 3de8a79 commit 2245f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
BaseSource,
3-
Item,
43
DdcGatherItems,
4+
Item as DdcItem,
55
} from "https://deno.land/x/ddc_vim@v3.2.0/types.ts#^";
66

77
import {
@@ -33,7 +33,7 @@ export class Source extends BaseSource<Params> {
3333

3434
const [payload] = await Promise.all([
3535
args.onCallback(id) as Promise<{
36-
items: Item[];
36+
items: DdcItem[];
3737
isIncomplete: boolean;
3838
}>,
3939
args.denops.call("ddc_vim_lsp#request", lspservers[0], id),

0 commit comments

Comments
 (0)