external packages has some problem
glepnir opened this issue · 1 comments
glepnir commented
Hi ,I reinstalled my vim under the new linux computer, my go version1.11.2
, the latest version of gocode
, I found that the external package can not be completed, so I set g:deoplete#sources#go#source_importer
, it works , but very slow, and the standard library can't be completed, but on my mac I'm using nsf/gocode
and by setting autobuild true
, it's very fast, I did a test.
On linux
On Mac
You can see that mdepsky/gocode is very slow on the completion of local external packages.
Shougo commented
It is gocode issues instead of deoplete-go.
Please report it in gocode issues.