-
-
Notifications
You must be signed in to change notification settings - Fork 158
Not starting automatically on Linux. #397
Comments
I have the same issue using A workaround for this is to remove your |
I had the same issue but found a workaround that I am currently using while still lazy loading |
Thank you this is working. |
Yes, I can confirm this works. I guess the issue comes from either I'll add another detail: for me, the issue isn't present when |
patch refers to: simrat39/rust-tools.nvim#397 (comment) Signed-off-by: cailue <[email protected]>
Hi,
Rust-tools does not start automatically rust-analyser with the config in setup on my Linux laptop.
To have rust-analyser and rust-tools working properly on my Linux I have to run
RustStartStandaloneServerForBuffer
I use lsp-zero & lazy.nvim
Here's lazy config :
Here's lsp-zero config :
Here's rust-tools config :
Do I miss some required executables on my Linux for rust-tools to work properly ?
The text was updated successfully, but these errors were encountered: