From fedd3de59f3bea1ecb202250fc1d67a66b0a708f Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 16 Oct 2019 14:41:04 -0400 Subject: [PATCH] Place rust sections in alphabetical order --- doc/ale-rust.txt | 38 +++++++++++++++++++------------------- 1 file 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 @@ -41,6 +41,25 @@ Integration Information Also note that rustc 1.12. or later is needed. +=============================================================================== +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* @@ -195,25 +214,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*