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*