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

Add option to disable auto hide on pumvisible #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deathbeam
Copy link

I like to always see the shadow text even when completion menu is open. Other integrations like intellij one have this as option as well.

@deathbeam
Copy link
Author

Hmm this is probably still missing something because the suggestions are not updating while typing while complete menu is enabled. Btw even copilot.vim has this, just not advertised, via vim.g.copilot_hide_during_completion

@deathbeam deathbeam force-pushed the always-show branch 3 times, most recently from 7280524 to 41db79c Compare February 17, 2024 13:00
I like to always see the shadow text even when completion menu is open.
Other integrations like intellij one have this as option as well.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
@deathbeam
Copy link
Author

Alright looks like the problem was that the update was handled in CursorChangedI so I also added TextChangedP and now it works properly

@speelbarrow
Copy link

+1 to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants