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_notify

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