diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2019-10-18 12:01:31 -0400 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2019-10-18 12:01:31 -0400 |
commit | 9c797961faf8360edf27b40aa7d53a6f9aa0e993 (patch) | |
tree | a05e3e3530195202346255f6ee67495ac55b5dd5 /ale_linters/rust/analyzer.vim | |
parent | fedd3de59f3bea1ecb202250fc1d67a66b0a708f (diff) | |
download | ale-9c797961faf8360edf27b40aa7d53a6f9aa0e993.zip |
Make more names match up
Diffstat (limited to 'ale_linters/rust/analyzer.vim')
-rw-r--r-- | ale_linters/rust/analyzer.vim | 2 |
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')}, |