From 6087765cad9271a54d3a29c0c0e6582332461451 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 9 Apr 2020 13:23:03 -0400 Subject: Move to rust-analyzer everywhere --- doc/ale-rust.txt | 2 +- test/command_callback/test_rust_analyzer_callbacks.vader | 2 +- 2 files changed, 2 insertions(+), 2 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`. diff --git a/test/command_callback/test_rust_analyzer_callbacks.vader b/test/command_callback/test_rust_analyzer_callbacks.vader index 55af405b..95866076 100644 --- a/test/command_callback/test_rust_analyzer_callbacks.vader +++ b/test/command_callback/test_rust_analyzer_callbacks.vader @@ -5,7 +5,7 @@ After: call ale#assert#TearDownLinterTest() Execute(The default executable path should be correct): - AssertLinter 'ra_lsp_server', ale#Escape('ra_lsp_server') + AssertLinter 'rust-analyzer', ale#Escape('rust-analyzer') Execute(The project root should be detected correctly): AssertLSPProject '' -- cgit v1.2.3