summaryrefslogtreecommitdiff
path: root/ale_linters/rust
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2019-10-18 12:01:31 -0400
committerJon Gjengset <jon@thesquareplanet.com>2019-10-18 12:01:31 -0400
commit9c797961faf8360edf27b40aa7d53a6f9aa0e993 (patch)
treea05e3e3530195202346255f6ee67495ac55b5dd5 /ale_linters/rust
parentfedd3de59f3bea1ecb202250fc1d67a66b0a708f (diff)
downloadale-9c797961faf8360edf27b40aa7d53a6f9aa0e993.zip
Make more names match up
Diffstat (limited to 'ale_linters/rust')
-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 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')},