diff --git a/config/before/ale.vim b/config/before/ale.vim index 5bf86d0..4ec90f7 100644 --- a/config/before/ale.vim +++ b/config/before/ale.vim @@ -15,7 +15,7 @@ let g:ale_linters = { \ 'typescript': ['tsserver', 'tslint'], \ 'typescriptreact': ['tsserver', 'tslint'], \ 'python': ['pyright'], -\ 'rust': ['rls'], +\ 'rust': ['rust-analyzer'], \ 'elixir': ['elixir-ls'], \ 'go': ['gopls'], \ 'json': ['jsonlint'],