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

@@ -53,7 +53,7 @@ let s:default_ale_linters = {
\ 'perl': ['perlcritic'],
\ 'perl6': [],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright', 'ruff'],
\ 'rust': ['cargo', 'rls'],
\ 'rust': ['analyzer', 'cargo'],
\ 'spec': [],
\ 'text': [],
\ 'vader': ['vimls'],