Every time I import a third-part library, YouCompleteMe cannot work immediately.
e.g. When I input import numpy as np
and then np.
, it shows nothing. After a few seconds (maybe 10s or more), when I input np.
, it can work well and show a list of completion suggestions.
So, how to speed up the procedure? I think that may because YouCompleteMe needs to index the library every time I import?
I use vim 7.4 and the latest version of YouCompleteMe (2016.08.21), on Mac OS 10.11
Thanks!