rust-lang / atom-ide-rust

Rust IDE support for Atom, powered by the Rust Analyzer or Rust Language Server
MIT License
259 stars 43 forks source link

Configure rust-analyzer with project-specific config files #205

Closed Green-Avocado closed 2 years ago

Green-Avocado commented 2 years ago

Allow a user to configure the rust-analyzer server with a config file similar to the previously used rls.toml.

Closes #166