nvim-notify icon indicating copy to clipboard operation
nvim-notify copied to clipboard

docs: document, how to put a notification to the bottom right

Open divramod opened this issue 1 year ago • 4 comments
trafficstars

hey hey, thx for the awesome plugin, i really like it!

like said in the title, can you please put an easy to copy example on how to configure a notification to appear on the bottom right to the docs?

i read some issues, where some long functions where described but i couldn't get it to work.

https://github.com/rcarriga/nvim-notify/issues/197

divramod avatar Nov 28 '23 04:11 divramod

return {
  "rcarriga/nvim-notify",
  opts = {
    timeout = 3000,
    render = "compact",
    stages = "fade",
    top_down = false,
  },
}

If you're using lazyvim, use these settings

rjshrjndrn avatar Nov 29 '23 21:11 rjshrjndrn

A quick follow up on this - setting top_down to false makes the notification overwrite my lualine. Is it possible to configure the padding on the bottom?

jonathancyu avatar Apr 23 '24 16:04 jonathancyu

@jonathancyu You can use a custom stage function to achieve this

poscat0x04 avatar May 15 '24 15:05 poscat0x04