FWIW, the latest release of vim-go is working with modules for me
(it's not complete support but completion and go-to-def are working):

https://github.com/fatih/vim-go/blob/master/CHANGELOG.md#119---november-4-2018

Can I suggest we move this discussion to the vim-go issue tracker?

https://github.com/fatih/vim-go/issues/1906 is about modules support
in general. Given v1.19 has been released, it might make sense to open
a new issue with specific details of the issue you've seen.

Thanks


On Sun, 11 Nov 2018 at 16:28, Keith Brown <keith6...@gmail.com> wrote:
>
> got it working.
>
> take a look at this
>
> https://github.com/keith6014/go/wiki/vim-go-setup
>
>
> On Friday, November 9, 2018 at 4:54:04 PM UTC-5, Tyler Compton wrote:
>>
>> My understanding is the mdempsky branch is not expected to work with Go 
>> modules. This fork apparently will: https://github.com/stamblerre/gocode
>>
>> That said, I haven't personally had any luck with that fork either. I would 
>> love to hear from someone who's had success with gocode/vim-go/modules.
>>
>> On Fri, Nov 9, 2018 at 1:03 PM Keith Brown <keit...@gmail.com> wrote:
>>>
>>> Using vim-go
>>>
>>> Has anyone gotten gocode (https://github.com/mdempsky/gocode) to work with 
>>> golang modules?
>>>
>>> In my GOPATH directory, i see
>>>
>>> gopath
>>>   pkg
>>>     mod
>>>      cache
>>>        download
>>>          github.com
>>>
>>> But for whatever reason, its not autocompletting the modules.
>>>
>>> Is there anything else I should be doing? In addion, is there a better 
>>> solution for vim users?
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "golang-nuts" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to golang-nuts...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to