You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
How do I integrate this with rustaceanvim? It has many more features that I would love to have that builds on top of rust analyzer, but I cannot figure out an interface between ra-multiplex and rustaceanvim.
I have tried ln -s ra-multiplex rust-analyzer to see if it can drop-in replace at least the client side, but it doesn't work due to differing APIs. Specifically, it complained that it could not use --log-file flag.
How do I integrate this with rustaceanvim? It has many more features that I would love to have that builds on top of rust analyzer, but I cannot figure out an interface between ra-multiplex and rustaceanvim.
I have tried
ln -s ra-multiplex rust-analyzerto see if it can drop-in replace at least the client side, but it doesn't work due to differing APIs. Specifically, it complained that it could not use--log-fileflag.Any help on this would be greatly appreciated!