Skip to content

Commit

Permalink
Add makeState()
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 18, 2023
1 parent c594925 commit 9ddb9d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions denops/dpp/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export function main(denops: Denops) {
const obj = new mod.Config();
await obj.config({ denops, basePath, contextBuilder, dpp });

await dpp.makeState();

return Promise.resolve();
},
};
Expand Down
3 changes: 3 additions & 0 deletions denops/dpp/dpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ export class Dpp {
return ret;
}

async makeState() {
}

private async getExt(
denops: Denops,
extName: ExtName,
Expand Down

0 comments on commit 9ddb9d4

Please sign in to comment.