sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
70 stars 11 forks source link

LSP-rust-analyzer not working #55

Closed thep0y closed 2 years ago

thep0y commented 2 years ago

When opening a Rust project, LSP-rust-analyzer does not start, and there is no output to the console

https://user-images.githubusercontent.com/51874567/152079969-0c955a43-1d48-4bf4-b784-c3f2309bc869.mp4

rwols commented 2 years ago

Set your syntax to “Rust”. The config for rust-analyzer is set up to attach to rust syntaxes, not plain text.

thep0y commented 2 years ago

Set your syntax to “Rust”. The config for rust-analyzer is set up to attach to rust syntaxes, not plain text.

I can't find rust syntax, how do I set it up?

thep0y commented 2 years ago

I had accidentally ignored the Rust package before, which made it impossible to use the rust syntax.