Move to rust-analyzer everywhere

This commit is contained in:
Jon Gjengset 2020-04-09 13:23:03 -04:00
parent 58404b5b83
commit 6087765cad
No known key found for this signature in database
GPG key ID: 3CB1EC545A706318
2 changed files with 2 additions and 2 deletions

View file

@ -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`.

View file

@ -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 ''