Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
divramod opened this issue Nov 28, 2023 · 4 comments
Open

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

divramod opened this issue Nov 28, 2023 · 4 comments

Comments

@divramod
Copy link

divramod commented Nov 28, 2023

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.

#197

@rjshrjndrn
Copy link

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

If you're using lazyvim, use these settings

@jonathancyu
Copy link

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?

@poscat0x04
Copy link

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

@SemyonDunaev
Copy link

@rjshrjndrn Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants