pumborder option in neovim 0.12 nightly makes pmenu cover doc window in mini.completion. #2062
-
Contributing guidelines
Module(s)mini.completion QuestionHi @echasnovski! I just tried out the new pumborder option and it setting it to single seems to make the completion menu cover the doc window. Just wanted to confirm if this is something related to my config? Without setting this option, everything works fine as it is. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Yeah, I know. It is just that coordinate computation of info window does not handle 'pumborder' yet. I plan to adjust it in a couple of days. Thanks for notifying though :) |
Beta Was this translation helpful? Give feedback.
-
|
This should now work as expected on latest |
Beta Was this translation helpful? Give feedback.

This should now work as expected on latest
main. Note thatpumblend=nonedoesn't 100% work due to neovim/neovim#36246.