-
Notifications
You must be signed in to change notification settings - Fork 132
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
bug: Changing float.max_width
and float.max_height
is ugly
#32
Labels
bug
Something isn't working
Comments
stevearc
added a commit
that referenced
this issue
Jan 12, 2023
Not sure exactly what your issue was, but I confirmed that the float was being positioned incorrectly. Was that what you were seeing? |
Yes, it's being positioned at bottom left of the screen and not centered. |
still? |
Latest commit fixed it! Thank you! I'll close this now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you check the docs and existing issues?
Neovim version (nvim -v)
0.8.2
Operating system/version
Linux
Describe the bug
Changing float
max_height
andmax_width
to>0
broke the float. It's not in the positioned right.Steps To Reproduce
Expected Behavior
The float should appear in the middle
Directory structure
No response
Repro
Did you check the bug with a clean config?
nvim -u repro.lua
using the repro.lua file above.EDIT: I was typing in other place and somehow mixed it up here, updated the problem description :D
The text was updated successfully, but these errors were encountered: