From cfffdab856ebe569c514f4bdfca62683625dd4a0 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 2 Apr 2019 09:31:00 +0100 Subject: [PATCH] Sort the documented options --- doc/ale.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/ale.txt b/doc/ale.txt index 3610c2b8..e2330cc5 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -611,6 +611,16 @@ g:ale_cursor_detail *g:ale_cursor_detail* loaded for messages to be displayed. See |ale-lint-settings-on-startup|. +g:ale_disable_lsp *g:ale_disable_lsp* + *b:ale_disable_lsp* + + Type: |Number| + Default: `0` + + When this option is set to `1`, ALE ignores all linters powered by LSP. + Please see also |ale-lsp|. + + g:ale_echo_cursor *g:ale_echo_cursor* Type: |Number| @@ -1587,15 +1597,6 @@ g:ale_windows_node_executable_path *g:ale_windows_node_executable_path* setting. -g:ale_disable_lsp *g:ale_disable_lsp* - *b:ale_disable_lsp* - - Type: |Number| - Default: `0` - - When this option is set to `1`, ALE ignores all linters powered by LSP. - Please see also |ale-lsp|. - ------------------------------------------------------------------------------- 6.1. Highlights *ale-highlights*