Skip to main content
Module

x/denops_std/mod.ts>Meta

📚 Standard module for denops.vim
Go to Latest
interface Meta
import { type Meta } from "https://deno.land/x/denops_std@v4.1.9/mod.ts";

Environment meta information.

Properties

readonly
mode: "release" | "debug" | "test"
readonly
host: "vim" | "nvim"
readonly
version: string
readonly
platform: "windows" | "mac" | "linux"