rust-analyzer server binary changed name

This commit is contained in:
Jon Gjengset 2020-04-09 08:57:02 -04:00
parent 715733f44d
commit 58404b5b83
No known key found for this signature in database
GPG Key ID: 3CB1EC545A706318
1 changed files with 1 additions and 1 deletions

View File

@ -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