From 9c797961faf8360edf27b40aa7d53a6f9aa0e993 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Fri, 18 Oct 2019 12:01:31 -0400 Subject: [PATCH] Make more names match up --- ale_linters/rust/analyzer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ale_linters/rust/analyzer.vim b/ale_linters/rust/analyzer.vim index 54a7cb1c..b964e4a2 100644 --- a/ale_linters/rust/analyzer.vim +++ b/ale_linters/rust/analyzer.vim @@ -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')},