Open hexcowboy opened 1 month ago
Also I'm using go1.23.0 darwin/arm64
and golang.org/x/tools/gopls v0.16.2
which may be the issue.
Edit: I changed go 1.23
and toolchain go1.23.0
to go 1.22
and toolchain go1.22.0
and coc-go
began working again, though I'm not sure what the underlying issue is
For anyone else needing help here, you can use gopls
directly in coc by changing your ~/.config/nvim/coc-settings.json
like so:
{
...other config here
"languageserver": {
"go": {
"command": "gopls",
"filetypes": ["go"]
}
}
}
I'm also having an issue with coc-go not working in projects that use go 1.23
This morning my go language server stopped working, though all other CoC plugins remain working.
When I do actions like jump to definition or show cursor, it just says "[coc.nvim] hover not found" or similar.
Currently installed:
coc-go@1.3.33
,:CocInfo
:checkhealth