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

x/denops_core/test/runner.ts>run

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
Go to Latest
function run
import { run } from "https://deno.land/x/denops_core@v3.4.0/test/runner.ts";

Run Vim/Neovim in background for testing.

Parameters

mode: "vim" | "nvim"
optional
options: RunOptions = [UNSUPPORTED]