How to get the popup into bottom right? #1180
Unanswered
tfglasswing
asked this question in
Q&A
Replies: 1 comment
-
|
I got it working with: but that seems going backwards, which I didn't intend to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is what my editor looks like:
I would like the notifications to start from the bottom right instead of top right, but I cannot figure out how. I am a bit confused by having "snacks" and "noice", (and there is "notify" and "nui" and also "mini" which are referenced in some other posts), but I can't find the config for either to position the popup.
print(debug.getinfo(vim.notify).source)tells menoiceis responsible for notifications. I tried this, and this, but neither seem to have any effect.Additionally it would be nice to wrap the text in the popup (up to a certain limit), so I can see all of it.
These are the plugin I have loaded:
Beta Was this translation helpful? Give feedback.
All reactions