kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Can't use with coc.nvim

Open Natehigger opened this issue 3 years ago • 3 comments

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

Natehigger avatar Mar 14 '21 09:03 Natehigger

Any output logs or errors from the language server?

fwcd avatar Mar 15 '21 21:03 fwcd

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.

medwards avatar May 01 '21 18:05 medwards

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.

n-0 avatar Oct 27 '21 21:10 n-0