Skip to main content
Module

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

📚 Standard module for denops.vim
Latest
function nvim_echo
import { nvim_echo } from "https://deno.land/x/denops_std@v6.5.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. - verbose: Message was printed as a result of 'verbose' option if Nvim was invoked with -V3log_file, the message will be redirected to the log_file and suppressed from direct output.

Parameters

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

Returns

Promise<unknown>