import { nvim_echo } from "https://deno.land/x/denops_std@v3.9.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.