-
Notifications
You must be signed in to change notification settings - Fork 30
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
Language server broken on go1.23 #222
Comments
Also I'm using Edit: I changed |
For anyone else needing help here, you can use {
...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:
[email protected]
,:CocInfo
:checkhealth
The text was updated successfully, but these errors were encountered: