change default value of ale_rust_rls_toolchain and update documentation

This commit is contained in:
robertking
2019-04-11 21:25:08 +08:00
parent 4813165614
commit df806c511c
2 changed files with 7 additions and 3 deletions

View File

@@ -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