kotlin-language-server
kotlin-language-server copied to clipboard
Can't use with coc.nvim
Followed instructions on the editor specific configs, still doesn't work, also followed instructions on the coc.nvim site, still doesn't work, coc works fine with other languages
Any output logs or errors from the language server?
BTW I found :CocList services recently debugging other things and if it doesn't show languageserver.kotlin in the list then you likely didn't add the language server to coc.nvim correctly.
I can confirm that coc.nvim works on Fedora 34 together with coc-kotlin
or setting up the kotlin language server manually via the coc-settings.json.
Please set the following
"kotlin.trace.server": "verbose"
in coc-settings.json before trying
:CocCommand workspace.showOutput or @medwards command.
This and telling from the existence of the coc extension, I guess this issue can be closed.