Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim-go w/gopls interroperability #107

Closed
elauriault opened this issue Oct 3, 2020 · 1 comment
Closed

vim-go w/gopls interroperability #107

elauriault opened this issue Oct 3, 2020 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@elauriault
Copy link

Thanks for all your work writing and maintaining coc-go :)

Maybe that's one for the FAQ or an enhancement request to use the gopls in the user's PATH if it exist:

When using coc-go concurrently with vim-go, it is possible that gopls in daemon mode (-remote=auto) is launched with an incompatible versions. This causes gopls connections to the gopls server be dropped with little debugging information in CocInfo, even with verbose mode. I first fixed this by adding go.goplsUseDaemon: false to the CocConfig but ended up with go.goplsPath: "vim-go's gopls binary" to ensure that I would use the same binary as vim-go.

@elauriault elauriault changed the title vim-go compatibilty vim-go w/gopls interroperability Oct 3, 2020
@josa42
Copy link
Owner

josa42 commented Nov 19, 2020

This is pretty much blocked by: golang/go#41266

@josa42 josa42 added the bug Something isn't working label Dec 29, 2020
@josa42 josa42 added the wontfix This will not be worked on label Nov 3, 2021
@josa42 josa42 closed this as completed Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants