How to disable the auto-complete function in periods

If someone presses a period key while writing code, the autocomplete function tries to give suggestions about what might follow this period. This mechanism may be too slow to be useful sometimes.

How to disable this behavior? Launching this function by pressing the hotkey should be possible.

+3
source share
1 answer

The plugin responsible for this behavior contains comprehensive documentation with which you can access with Vim using :help neocomplcache. The answer to your question is very easy to find.

Also, discard SPF-13 as soon as possible: short-term gains are not worth the medium / long-term losses.

+3
source

All Articles