Skip to content

Commit 6433d31

Browse files
committed
Update ale_disable_lsp documentation to clarify options
1 parent f3f0b05 commit 6433d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/ale.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,13 +1192,13 @@ g:ale_detail_to_floating_preview
11921192
*b:ale_disable_lsp*
11931193
disable_lsp
11941194
g:ale_disable_lsp
1195-
Type: |Number| OR |String|
1195+
Type: |Boolean| OR |Number| OR |String|
11961196
Default: `'auto'`
11971197

11981198
When this option is set to `'auto'`, ALE will automatically disable linters
11991199
that it detects as having already been configured with the `nvim-lspconfig`
1200-
plugin. When this option is set to `1`, ALE ignores all linters powered by
1201-
LSP, and also `tsserver`.
1200+
plugin. When this option is set to `true` or `1`, ALE ignores all linters
1201+
powered by LSP, and also `tsserver`.
12021202

12031203
Any linters that are disabled will also not be usable for LSP functionality
12041204
other than just linting.

0 commit comments

Comments
 (0)