summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2019-10-16 14:41:04 -0400
committerJon Gjengset <jon@thesquareplanet.com>2019-10-16 14:41:04 -0400
commitfedd3de59f3bea1ecb202250fc1d67a66b0a708f (patch)
treec35018b2a8126410fc6c2213ba165ea45ed77dbb /doc/ale-rust.txt
parent4b53d88cb83951cfd6b246dcf5d7ba0ad2b56d14 (diff)
downloadale-fedd3de59f3bea1ecb202250fc1d67a66b0a708f.zip
Place rust sections in alphabetical order
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index 05390225..b4efbb1b 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -42,6 +42,25 @@ Integration Information
===============================================================================
+analyzer *ale-rust-analyzer*
+
+g:ale_rust_analyzer_executable *g:ale_rust_analyzer_executable*
+ *b:ale_rust_analyzer_executable*
+ Type: |String|
+ Default: `'ra_lsp_server'`
+
+ This variable can be modified to change the executable path for
+ `rust-analyzer`.
+
+
+g:ale_rust_analyzer_config *g:ale_rust_analyzer_config*
+ *b:ale_rust_analyzer_config*
+ Type: |Dictionary|
+ Default: `{}`
+
+ Dictionary with configuration settings for rust-analyzer.
+
+===============================================================================
cargo *ale-rust-cargo*
g:ale_rust_cargo_use_check *g:ale_rust_cargo_use_check*
@@ -196,25 +215,6 @@ g:ale_rust_rls_config *g:ale_rust_rls_config*
===============================================================================
-analyzer *ale-rust-analyzer*
-
-g:ale_rust_analyzer_executable *g:ale_rust_analyzer_executable*
- *b:ale_rust_analyzer_executable*
- Type: |String|
- Default: `'ra_lsp_server'`
-
- This variable can be modified to change the executable path for
- `rust-analyzer`.
-
-
-g:ale_rust_analyzer_config *g:ale_rust_analyzer_config*
- *b:ale_rust_analyzer_config*
- Type: |Dictionary|
- Default: `{}`
-
- Dictionary with configuration settings for rust-analyzer.
-
-===============================================================================
rustc *ale-rust-rustc*