Possibly incorrect place to ask these kinds of questions, but still.
I am using coc.nvim
with rust-analyzer
, and the problem is that whenever I go to definitions inside of dependencies, a new instance of rust-analyzer
starts up, resulting in many cargo check's
running simultaneously, which slows my system to a crawl.
If anyone knows how to circumvent this, or if someone can recommend an LSP client, which doesn't do that, I would be thankful.