diff options
author | rhysd <lin90162@yahoo.co.jp> | 2019-03-30 13:53:18 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2019-03-30 15:29:17 +0900 |
commit | 6a29641872f78c3f565418f3f754070a4b1ebe1e (patch) | |
tree | 15ac8103e48c5e4dd53f6acbfbe5c11339f018c3 /doc | |
parent | 89273b65b8de9d3d428e7b1f5c0c347938f5a863 (diff) | |
download | ale-6a29641872f78c3f565418f3f754070a4b1ebe1e.zip |
Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 5f96095a..3610c2b8 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1587,6 +1587,15 @@ 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* |