import { nvim_notify } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Notify the user with a message Relays the call to vim.notify . By default forwards your message in the echo area but can be overridden to trigger desktop notifications. Parameters: ~ {msg} Message to display to the user {log_level} The log level {opts} Reserved for future use.