summaryrefslogtreecommitdiff
path: root/ale_linters/rust
diff options
context:
space:
mode:
authorrobertking <superobertking@icloud.com>2019-04-11 21:25:08 +0800
committerrobertking <superobertking@icloud.com>2019-04-11 23:05:59 +0800
commitdf806c511c3a3e0a1a7d8ad2ecd43484f98a94aa (patch)
tree5dccf1e1fc36930d792550858383384a53ce251b /ale_linters/rust
parent481316561445a4048a96a2c6bd41e9b623d8919f (diff)
downloadale-df806c511c3a3e0a1a7d8ad2ecd43484f98a94aa.zip
change default value of ale_rust_rls_toolchain and update documentation
Diffstat (limited to 'ale_linters/rust')
-rw-r--r--ale_linters/rust/rls.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/rust/rls.vim b/ale_linters/rust/rls.vim
index 0e5c326c..111d7558 100644
--- a/ale_linters/rust/rls.vim
+++ b/ale_linters/rust/rls.vim
@@ -2,7 +2,7 @@
" Description: A language server for Rust
call ale#Set('rust_rls_executable', 'rls')
-call ale#Set('rust_rls_toolchain', 'nightly')
+call ale#Set('rust_rls_toolchain', '')
call ale#Set('rust_rls_config', {})
function! ale_linters#rust#rls#GetCommand(buffer) abort