summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Buiteweg <joebb@umich.edu>2022-11-21 20:28:39 -0500
committerGitHub <noreply@github.com>2022-11-22 10:28:39 +0900
commit0b25d712b7978c3b6a3bd968645183377d9f1761 (patch)
tree4b1242aa5b5c4851049abbc5d9f8937833ed2997
parent6c4be47437707bd6e9afc6a09d7bfec15864f2d3 (diff)
downloadale-0b25d712b7978c3b6a3bd968645183377d9f1761.zip
Add rustfmt executable variable to rust docs (#4360)
-rw-r--r--doc/ale-rust.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index ceef12e3..36d69b5e 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -288,5 +288,13 @@ g:ale_rust_rustfmt_options *g:ale_rust_rustfmt_options*
This variable can be set to pass additional options to the rustfmt fixer.
+g:ale_rust_rustfmt_executable *g:ale_rust_rustfmt_executable*
+ *b:ale_rust_rustfmt_executable*
+ Type: |String|
+ Default: `'rustfmt'`
+
+ This variable can be modified to change the executable path for `rustfmt`.
+
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: