Make more names match up

This commit is contained in:
Jon Gjengset 2019-10-18 12:01:31 -04:00
parent fedd3de59f
commit 9c797961fa
No known key found for this signature in database
GPG Key ID: FAEA8B761ADA5F4C
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function! ale_linters#rust#analyzer#GetProjectRoot(buffer) abort
endfunction
call ale#linter#Define('rust', {
\ 'name': 'rust-analyzer',
\ 'name': 'analyzer',
\ 'lsp': 'stdio',
\ 'lsp_config': {b -> ale#Var(b, 'rust_analyzer_config')},
\ 'executable': {b -> ale#Var(b, 'rust_analyzer_executable')},