diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2020-04-09 08:57:02 -0400 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2020-04-09 08:57:02 -0400 |
commit | 58404b5b83ff08dd32b93cae57c2bae088a989e0 (patch) | |
tree | c2172f5b51052fc3d1e6f40c4351a3ce5fe6cf60 | |
parent | 715733f44def5e162d90184ae12886c54adeeb5b (diff) | |
download | ale-58404b5b83ff08dd32b93cae57c2bae088a989e0.zip |
rust-analyzer server binary changed name
-rw-r--r-- | ale_linters/rust/analyzer.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/rust/analyzer.vim b/ale_linters/rust/analyzer.vim index b964e4a2..3666ec03 100644 --- a/ale_linters/rust/analyzer.vim +++ b/ale_linters/rust/analyzer.vim @@ -1,7 +1,7 @@ " Author: Jon Gjengset <jon@thesquareplanet.com> " Description: The next generation language server for Rust -call ale#Set('rust_analyzer_executable', 'ra_lsp_server') +call ale#Set('rust_analyzer_executable', 'rust-analyzer') call ale#Set('rust_analyzer_config', {}) function! ale_linters#rust#analyzer#GetCommand(buffer) abort |