completor.vim icon indicating copy to clipboard operation
completor.vim copied to clipboard

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

Open zkbpkp opened this issue 7 years ago • 2 comments

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?

zkbpkp avatar Apr 26 '17 01:04 zkbpkp

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

let g:completor_refresh_always = 0

maralla avatar Nov 28 '17 10:11 maralla

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

vimeitor avatar Nov 28 '17 12:11 vimeitor