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.
lua require('desktop_notify').notify_send('Hello from Neovim')