Skip to main content
Module

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

📚 Standard module for denops.vim
Go to Latest
function nvim_notify
import { nvim_notify } from "https://deno.land/x/denops_std@v6.4.0/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.

Parameters

denops: Denops
msg: unknown
log_level: unknown
opts: unknown

Returns

Promise<unknown>