You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? (required. The issue will be closed when not provided.)
Trimmed down .vimrc to use only fatih/vim-go, maralla/completor, and nsf/gocode, ran ViM, and autocomplete, while displaying dropdown menu, doesn't actually autocomplete.
I also tried to downgrade ViM (found at #1860) - didn't help.
What did you expect to happen?
This is where it gets funny :) I'm not sure what should happen, but in dropdown menu I see NewRGBA func(r image.Rectangle) *image.RGBA, and when I press TAB, C-y, CR, or anything else I found on the internet, I end up with only image.NewRGBA. I'm guessing I should get more than that?
What happened instead?
Explained above.
Configuration (MUST fill this out):
vim-go version:
latest? I ran :PlugUpgrade, says it's up to date
vimrc you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
What did you do? (required. The issue will be closed when not provided.)
Trimmed down
.vimrc
to use onlyfatih/vim-go
,maralla/completor
, andnsf/gocode
, ran ViM, and autocomplete, while displaying dropdown menu, doesn't actually autocomplete.I also tried to downgrade ViM (found at #1860) - didn't help.
What did you expect to happen?
This is where it gets funny :) I'm not sure what should happen, but in dropdown menu I see
NewRGBA func(r image.Rectangle) *image.RGBA
, and when I pressTAB
,C-y
,CR
, or anything else I found on the internet, I end up with onlyimage.NewRGBA
. I'm guessing I should get more than that?What happened instead?
Explained above.
Configuration (MUST fill this out):
vim-go version:
latest? I ran
:PlugUpgrade
, says it's up to datevimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc)::version
):Go version (
go version
):go version go1.10.3 darwin/amd64
Go environment (
go env
):If I can provide some other info, please let me know.
Thanks
The text was updated successfully, but these errors were encountered: