desktop-notify.nvim
desktop-notify.nvim copied to clipboard
Kitty backend
If the terminal is kitty you can simply use:
vim.api.nvim_chan_send(vim.v.stderr, '\027]99;;Hello world\027\\')
and that works even if nvim is being used via ssh.
Sounds cool, I'll try implementing a kitty backend tomorrow
So it works, but it also prints to the neovim messages, will have to see how to fix that
I'd be interested in this as well.