summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2020-04-09 08:57:02 -0400
committerJon Gjengset <jon@thesquareplanet.com>2020-04-09 08:57:02 -0400
commit58404b5b83ff08dd32b93cae57c2bae088a989e0 (patch)
treec2172f5b51052fc3d1e6f40c4351a3ce5fe6cf60
parent715733f44def5e162d90184ae12886c54adeeb5b (diff)
downloadale-58404b5b83ff08dd32b93cae57c2bae088a989e0.zip
rust-analyzer server binary changed name
-rw-r--r--ale_linters/rust/analyzer.vim2
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