We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sources = cmp.config.sources({ { name = 'buffer', }, }),
When the completion menu has exactly 7 items and set pumheight=5, the position of the scrollbar will be incorrect.
set pumheight=5
abcdefghi abcdefgh abcdefg abcdef abcde abcd abc ab|
see below image
scrollbar render normally
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
FAQ
Announcement
Minimal reproducible full config
Description
When the completion menu has exactly 7 items and
set pumheight=5
, the position of the scrollbar will be incorrect.Steps to reproduce
see below image
Expected behavior
scrollbar render normally
Actual behavior
see below image
Additional context
The text was updated successfully, but these errors were encountered: