Desktop notifications from Neovim

desktop_notify This plugin provides implementations of the vim.notify function which use the operating system’s notification facility to display native notifications. Currently only shelling out to notify-send is implemented, but other implementations can be added. Contributions are very welcome.

Screenshot of a Neovim window with a native desktop notification hovering on top of it. The command-line of the Neovim window shows the command which produced the notification.

lua require('desktop_notify').notify_send('Hello from Neovim')