josa42 / coc-go

Go language server extension using gopls for coc.nvim.
MIT License
566 stars 30 forks source link

fix: properly detect non-absolute goplsPath #205

Closed midchildan closed 1 year ago

midchildan commented 1 year ago

node-which v3 apparently had an API change that resulted in coc-go not being able to find gopls in PATH.

josa42 commented 1 year ago

Thanks!