From 6433d31f47ab0f2a3e2ad2847c9c867e474eff6d Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 29 Mar 2025 13:34:22 +0000 Subject: [PATCH] Update ale_disable_lsp documentation to clarify options --- doc/ale.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ale.txt b/doc/ale.txt index e2989c39..36b551d4 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1192,13 +1192,13 @@ g:ale_detail_to_floating_preview *b:ale_disable_lsp* disable_lsp g:ale_disable_lsp - Type: |Number| OR |String| + Type: |Boolean| OR |Number| OR |String| Default: `'auto'` When this option is set to `'auto'`, ALE will automatically disable linters that it detects as having already been configured with the `nvim-lspconfig` - plugin. When this option is set to `1`, ALE ignores all linters powered by - LSP, and also `tsserver`. + plugin. When this option is set to `true` or `1`, ALE ignores all linters + powered by LSP, and also `tsserver`. Any linters that are disabled will also not be usable for LSP functionality other than just linting.