diff options
author | w0rp <devw0rp@gmail.com> | 2019-04-02 09:31:00 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-04-02 09:31:00 +0100 |
commit | cfffdab856ebe569c514f4bdfca62683625dd4a0 (patch) | |
tree | 3a6079013cd6f9209360f0d551a49e34fe11c4ea /doc | |
parent | 1dbba6849f786bd9083822a2fc510468a4ff2a8c (diff) | |
download | ale-cfffdab856ebe569c514f4bdfca62683625dd4a0.zip |
Sort the documented options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 19 |
1 files 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* |