Replies: 3 comments 7 replies
-
It's hard to pinpoint the issue with just two screenshots. I recommend trying to isolate the problem by disabling other plugins that might be interfering and/or commenting out parts of your blink configuration. If possible, it would be even better if you could reproduce this behavior using a minimal example file, such as main/repro.lua. That way, we can take a closer look |
Beta Was this translation helpful? Give feedback.
-
Thanks for providing a reproducer! You added inadvertently sources = {
default = { 'lsp', 'path', 'snippets', 'buffer' },
}, If you need to configure the cmdline behavior (keymaps, menu appareance and such), please read https://cmp.saghen.dev/modes/cmdline.html |
Beta Was this translation helpful? Give feedback.
-
Fair point, might need to add an additional check for this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is completion menu when I type something:

When I move the selection to

LspInfo
, the menu will jump to the top of the window, very unpleasant !Can someone please tell me what is the reason for that? how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions