summaryrefslogtreecommitdiff
path: root/ale_linters/rust/analyzer.vim
AgeCommit message (Collapse)Author
2022-03-23rust-analyzer for non-Cargo projects (#4118)Felix Maurer
* rust-analyzer in non-cargo projects rust-analyzer can also be used in non-cargo projects. This requires a rust-project.json file in the project root [1]. Make the rust-analyzer linter search for a rust-project.json file if no Cargo.toml file could be found. [1]: https://rust-analyzer.github.io/manual.html#non-cargo-based-projects * Document rust-analyzer without cargo * Test rust-analyzer with non-cargo projects Change the other rust tests to match the new directory structure of the test files.
2020-11-18pass lsp intialization_options to rust-analyzerBen Linsay
fixes #3350
2020-04-09rust-analyzer server binary changed nameJon Gjengset
2019-10-18Make more names match upJon Gjengset
2019-10-16Add support for rust-analyzerJon Gjengset
Fixes #2832