-
Notifications
You must be signed in to change notification settings - Fork 154
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
No equivalent to autocomplete.auto_show
in reworked config
#402
Comments
Whoops, didn't mean to close. Setting both |
Thanks, that works great. Prefetching would certainly be nice to have as well. I'd personally want the I'm sure you will find an appropriate solution, just to give you my use case, as that seems to be the minority: I want everything to be hidden while prefetching happens in the background, then press the key map to show everything ( That being said, I definitely see the appeal to have |
I just realised that with these new settings it is impossible to narrow down the results once the completion is triggered, as it immediately closes the menu when typing any character. Expected Behaviour
Essentially, from the time of triggering the completion with the key mapping it should temporarily behave as That is also how it functioned previously. |
The new commit almost matches your desired behavior, except when typing a trigger character (i.e. |
All good, as that is exactly how it behaved before the rework, so this issue has been resolved. I would have closed it, but since you said you'd leave it open for the dedicated |
Make sure you have done the following
blink.cmp
Bug Description
With the reworked config it is no longer possible to disable automatically triggering the completion. I only want to trigger the completion with the key mapping on demand, not having it constantly pop up.
Before the rework, this was achieved by setting
autcomplete.auto_show = false
, but I have not found anything that could do the same in the new config.Relevant configuration
neovim version
NVIM v0.10.2
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: