Move to rust-analyzer everywhere
This commit is contained in:
parent
58404b5b83
commit
6087765cad
2 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
|
|
@ -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 ''
|
||||
|
|
Reference in a new issue