diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2020-04-09 13:23:03 -0400 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2020-04-09 13:23:03 -0400 |
commit | 6087765cad9271a54d3a29c0c0e6582332461451 (patch) | |
tree | d4c8659b5773718d3a98d7af414dea0432f646f8 /doc/ale-rust.txt | |
parent | 58404b5b83ff08dd32b93cae57c2bae088a989e0 (diff) | |
download | ale-6087765cad9271a54d3a29c0c0e6582332461451.zip |
Move to rust-analyzer everywhere
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r-- | doc/ale-rust.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt index 2e0f3474..46d4714b 100644 --- a/doc/ale-rust.txt +++ b/doc/ale-rust.txt @@ -47,7 +47,7 @@ analyzer *ale-rust-analyzer* g:ale_rust_analyzer_executable *g:ale_rust_analyzer_executable* *b:ale_rust_analyzer_executable* Type: |String| - Default: `'ra_lsp_server'` + Default: `'rust-analyzer'` This variable can be modified to change the executable path for `rust-analyzer`. |