Close #4461 - Use rust-analyzer by default

Use rust-analyzer by default instead of rls, as rls has been deprecated.
This commit is contained in:
w0rp
2023-09-05 21:44:52 +01:00
parent 64ddf457e1
commit 8ba7ae818c
4 changed files with 7 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ Execute(The defaults for the python filetype should be correct):
AssertEqual [], GetLinterNames('python')
Execute(The defaults for the rust filetype should be correct):
AssertEqual ['cargo', 'rls'], GetLinterNames('rust')
AssertEqual ['analyzer', 'cargo'], GetLinterNames('rust')
let g:ale_linters_explicit = 1