From 0b25d712b7978c3b6a3bd968645183377d9f1761 Mon Sep 17 00:00:00 2001 From: Joey Buiteweg Date: Mon, 21 Nov 2022 20:28:39 -0500 Subject: Add rustfmt executable variable to rust docs (#4360) --- doc/ale-rust.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- cgit v1.2.3