neoclide / coc-rls

Rust language server support for coc.nvim
387 stars 19 forks source link

Question: Is rust-analyzer engine supported? #76

Open igorsol opened 3 years ago

igorsol commented 3 years ago

coc-rls is fork of rls-vscode which supports using rust-analyzer with this config setting:

"rust-client.engine": "rust-analyzer"

Does coc-rls supports this too? If not are there any plans to support rust-analyzer? Is it ok to have both coc-rls and coc-rust-analyzer extensions installed in vim?

chemzqm commented 3 years ago

Not yet, my suggestion is use one of them.

EvanCarroll commented 3 years ago

@igorsol This does,