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

The documentation window overlaps the completion menu, when on the far right of the editor window #1095

Open
2 tasks done
kmoschcau opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@kmoschcau
Copy link

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev)

Bug Description

When the completion menu opens on the far right of the editor without enough space, it is shifted to the left. The documentation window however is not. This causes the documentation window to hide the completion menu.

Image

Relevant configuration

completion = {
  documentation = {
    auto_show = true,
  },
}

neovim version

NVIM v0.11.0-dev-1641+gc7d4a77ff9

blink.cmp version

main

@kmoschcau kmoschcau added the bug Something isn't working label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant