diff --git a/denops/dpp/dpp.ts b/denops/dpp/dpp.ts index 3685946..98f9e58 100644 --- a/denops/dpp/dpp.ts +++ b/denops/dpp/dpp.ts @@ -688,7 +688,12 @@ function initPlugin(plugin: Plugin, basePath: string): Plugin { const key of Object.keys(plugin).filter((key) => key.startsWith("lua_")) ) { const hook = key.replace(/^lua_/, "hook_"); - hooks[hook] = `lua <