simrat39 / desktop-notify.nvim

Show desktop notifications for vim.notify calls
MIT License
57 stars 2 forks source link

desktop-notify.nvim

Show desktop notifications for vim.notify calls

Requirements

Supported platforms

Installation

using packer.nvim

use 'nvim-lua/plenary.nvim'
use 'simrat39/desktop-notify.nvim'

Usage

-- Overrides vim.notify
require("desktop-notify").override_vim_notify()

-- Or, plugin authors/users can use it to send desktop notifications for
-- background tasks. The function works the same way as vim.notify.

require("desktop-notify").notify("Your message here")