Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/nvim/mod.ts>nvim_echo

📚 Standard module for denops.vim
Go to Latest
function nvim_echo
import { nvim_echo } from "https://deno.land/x/denops_std@v3.6.0/function/nvim/mod.ts";

Echo a message. Parameters: ~ {chunks} A list of [text, hl_group] arrays, each representing a text chunk with specified highlight. hl_group element can be omitted for no highlight. {history} if true, add to |message-history|. {opts} Optional parameters. Reserved for future use.

Parameters

denops: Denops
chunks: unknown
history: unknown
opts: unknown

Returns

Promise<unknown>