import { Dpp } from "https://deno.land/x/dpp_vim@v1.0.0/dpp.ts";
Constructors
new
Dpp(loader: Loader)Methods
extAction(): Promise<unknown | undefined>
denops: Denops,
context: Context,
options: DppOptions,
extName: ExtName,
actionName: ActionName,
actionParams?: unknown,
makeState()
denops: Denops,
options: DppOptions,
basePath: string,
configPath: string,
name: string,
configReturn: ConfigReturn,