Closed delfick closed 5 years ago
If C-X,C-o
works, then the issue isn't with vim-go.
fair enough
though, I figured it out, it was never vim-go giving me auto completion, but rather autozimu/LanguageClient-neovim which was using golang-server which got uninstalled when I wiped out ~/.go/bin because things were being weird.
Sorry for the noise!
What did you do? (required: The issue will be closed when not provided)
I'm used to vim making the auto completion box come up as I type, but it no longer does that and I have to press C-X,C-O for it to come up.
The good news is c-x,c-o works but I want it to appear as I'm typing and I can't figure out why it doesn't do that anymore. I even made my vim-go go back to the version I was last on (commit 661e2b21a2b4389add224d72ae7e09effd6ad339) and it doesn't work there either.
To be honest I'm not sure if this is the right place for this question, but I'm not sure if it's a problem with vim-go, ncm2 or my environment.
What happened instead?
I don't see autocompletion suggestions based on the types in my go project. Even when I'm in a non go modules project under GOPATH
Configuration (MUST fill this out):
vim-go version:
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):The following works in my python projects
Vim version (first three lines from
:version
):Go version (
go version
):Go environment
go env
Output: