From 62e85a7f07ce594ba9c84cecdbdb0fb020eb7af2 Mon Sep 17 00:00:00 2001 From: 4513ECHO Date: Sat, 31 Aug 2024 21:29:00 +0900 Subject: [PATCH] Update @shougo/ddc-vim to v7 --- denops/@ddu-kinds/word.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denops/@ddu-kinds/word.ts b/denops/@ddu-kinds/word.ts index b32f48b..5af2da3 100644 --- a/denops/@ddu-kinds/word.ts +++ b/denops/@ddu-kinds/word.ts @@ -8,7 +8,7 @@ import { type Previewer, } from "jsr:@shougo/ddu-vim@~6.1.0/types"; import { BaseKind } from "jsr:@shougo/ddu-vim@~6.1.0/kind"; -import type { DdcItem } from "jsr:@shougo/ddc-vim@~6.0.0/types"; +import type { DdcItem } from "jsr:@shougo/ddc-vim@~7.0.0/types"; import type { Denops } from "jsr:@denops/std@~7.1.0"; import * as fn from "jsr:@denops/std@~7.1.0/function";