Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dpp_vim/types.ts>Dpp#extAction

Dark powered plugin manager for Vim/neovim
Go to Latest
method Dpp.prototype.extAction
import { Dpp } from "https://deno.land/x/dpp_vim@v0.3.0/types.ts";

Parameters

denops: Denops
context: Context
options: DppOptions
extName: ExtName
actionName: ActionName
optional
actionParams: unknown = [UNSUPPORTED]

Returns

Promise<unknown | undefined>