mrcjkb / rustaceanvim

🦀 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim
GNU General Public License v2.0
1.58k stars 57 forks source link

[upstream] rust-analyzer attaches, but doesn't work for second standalone file #190

Open mrcjkb opened 7 months ago

mrcjkb commented 7 months ago

To reproduce:

A workaround was implemented in #189. But this has the issue that separate rust-analyzer processes are spawned for each file.

mrcjkb commented 7 months ago

Depends on https://github.com/rust-lang/rust-analyzer/issues/14318.