Skip to main content
Module

x/denops_test/conf.ts>Config

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

Configuration settings for denops testing.

Properties

denopsPath: string

Local path to the denops.vim repository. It refers to the environment variable 'DENOPS_TEST_DENOPS_PATH'.

vimExecutable: string

Path to the Vim executable (default: "vim"). It refers to the environment variable 'DENOPS_TEST_VIM_EXECUTABLE'.

nvimExecutable: string

Path to the Neovim executable (default: "nvim"). It refers to the environment variable 'DENOPS_TEST_NVIM_EXECUTABLE'.

verbose: boolean

Print Vim messages (echomsg). It refers to the environment variable 'DENOPS_TEST_VERBOSE'.