wmax
wmax

Reputation: 1064

How to disable the auto-complete feature on periods

If someone presses the period key while writing code the auto-complete feature tries to give suggestions for what could follow after that period. This mechanism may be too slow to be useful sometimes.

How to disable this behavior? Triggering this feature by hitting a hot-key should still be possible.

Upvotes: 4

Views: 993

Answers (1)

romainl
romainl

Reputation: 196566

The plugin responsible for that behavior comes with an exhaustive documentation that you can access from Vim with :help neocomplcache. The answer to your question is very easy to find.

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

Upvotes: 2

Related Questions