You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I force go.nvim to use a Go compiler binary at a particular path?
I'm working on the golang/go repository which has go1.24.0 in its go.mod file.
This is an as yet unreleaseed version of Go, so gopls LSP keeps trying to download it and fails.
It should be using the go binary that's available in my source tree itself.
How can I configure this plugin to do that?
The text was updated successfully, but these errors were encountered:
Can I force go.nvim to use a Go compiler binary at a particular path?
I'm working on the golang/go repository which has go1.24.0 in its go.mod file.
This is an as yet unreleaseed version of Go, so gopls LSP keeps trying to download it and fails.
It should be using the go binary that's available in my source tree itself.
How can I configure this plugin to do that?
The text was updated successfully, but these errors were encountered: