summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-26 18:47:30 +0000
committerw0rp <devw0rp@gmail.com>2017-11-26 18:47:30 +0000
commitc07b3b9bfcc00fb8b6dd8b2e9627257df4c8ed4f (patch)
tree95c5fba379b66df2634251d6e60cf5ba873286ef /doc
parentae7cd2c0907573c9c4996296b642e547fd1ee04f (diff)
downloadale-c07b3b9bfcc00fb8b6dd8b2e9627257df4c8ed4f.zip
Fix #1166 - Add an option for the rls toolchain
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-rust.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index 15ffef01..a32c90b0 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -70,6 +70,17 @@ g:ale_rust_rls_executable *g:ale_rust_rls_executable*
This variable can be modified to change the executable path for `rls`.
+g:ale_rust_rls_toolchain *g:ale_rust_rls_toolchain*
+ *b:ale_rust_rls_toolchain*
+ Type: |String|
+ Default: `'nightly'`
+
+ This option can be set to change the toolchain used for `rls`. Possible
+ values include `'nightly'`, `'beta'`, and `'stable'`.
+
+ The `rls` server will only be started once per executable.
+
+
===============================================================================
rustc *ale-rust-rustc*