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

Is there a way to disable refresh on every inputted character? #102

Open
zkbpkp opened this issue Apr 26, 2017 · 2 comments
Open

Is there a way to disable refresh on every inputted character? #102

zkbpkp opened this issue Apr 26, 2017 · 2 comments

Comments

@zkbpkp
Copy link

zkbpkp commented Apr 26, 2017

When I type std:: and the namespace members list is loaded, I don't want to refresh it on every character I type, it's enough to just filter it. Is there a way to enable this behaviour?

@maralla
Copy link
Owner

maralla commented Nov 28, 2017

You can add the following config to disable refresh on every input:

let g:completor_refresh_always = 0

@vimeitor
Copy link

The issue with that setting is it works as long as you don't try to fuzzy match.

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

No branches or pull requests

3 participants