Followup on autocompletion with gocode and vim-go in Go1.11, transition to gopls

Update

vim-go has already transitioned to gopls as its default completion engine. I just noticed that my Vim is still using gocode even though I updated to the latest version of vim-go. Commenting/removing the line Plugin 'stamblerre/gocode', {'rtp': 'vim/'} from my .vimrc did the trick for me. Hope this helps.

Original post here.

---
If you have any questions or feedback, please reach out @flowerinthenyt.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.