Skip to content

Commit

Permalink
chore: Update ddu-vim to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
4513ECHO committed Aug 31, 2024
1 parent 08cb9c9 commit 16a47e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ddu-kind-url

[![JSR](https://jsr.io/badges/@4513echo/ddu-kind-url)](https://jsr.io/@4513echo/ddu-kind-url)

Please read [help](doc/ddu-kind-url.txt) for details.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"lock": false,
"tasks": {
"check": "deno fmt --check && deno lint && deno check **/*.ts"
"check": "deno fmt --check && deno lint && deno check ."
}
}
6 changes: 3 additions & 3 deletions denops/@ddu-kinds/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
* @module
*/

import * as fn from "jsr:@denops/std@^7.0.3/function";
import * as fn from "jsr:@denops/std@^7.1.1/function";
import {
type ActionCallback,
ActionFlags,
type Actions,
type BaseParams,
type Item,
} from "jsr:@shougo/ddu-vim@^6.0.0-pre1/types";
import { BaseKind } from "jsr:@shougo/ddu-vim@^6.0.0-pre1/kind";
} from "jsr:@shougo/ddu-vim@^6.0.0/types";
import { BaseKind } from "jsr:@shougo/ddu-vim@^6.0.0/kind";
import { deepMerge } from "jsr:@std/collections@^1.0.5/deep-merge";
import { TextLineStream } from "jsr:@std/streams@^1.0.3/text-line-stream";
import { systemopen } from "jsr:@lambdalisue/systemopen@^1.0.0";
Expand Down

0 comments on commit 16a47e6

Please sign in to comment.