Module notify

Module notify 

Source
Expand description

Notification utilities for sending error and warning messages to Nvim.

Modules§

opts
Contains the *Opts structs representing the optional arguments passsed to Neovim API functions.
types
Contains various types given to and returned from Neovim API functions.

Traits§

Notifiable
Types that can be converted to a notification message for Nvim.

Functions§

error
Notifies the user of an error message in Nvim.
warn
Notifies the user of a warning message in Nvim.