Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 9, 2024
1 parent 144d8be commit 92f572b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions denops/@dpp-exts/installer.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {
Actions,
type Actions,
BaseExt,
Denops,
DppOptions,
Plugin,
Protocol,
ProtocolName,
type Denops,
type DppOptions,
type Plugin,
type Protocol,
type ProtocolName,
} from "jsr:@shougo/dpp-vim@2.0.0/types";
import {
convert2List,
Expand Down

0 comments on commit 92f572b

Please sign in to comment.