Skip to main content
Module

x/denops_test/with.ts>WithDenopsOptions

🌿 Test helper module for denops.vim
Go to Latest
interface WithDenopsOptions
import { type WithDenopsOptions } from "https://deno.land/x/denops_test@v1.6.2/with.ts";

Options for the withDenops function

Properties

optional
pluginName: string

Plugin name of the test target

optional
verbose: boolean

Print Vim messages (echomsg)

optional
prelude: string[]

Vim commands to be executed before the start of Denops

optional
postlude: string[]

Vim commands to be executed after the start of Denops