File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1192,13 +1192,13 @@ g:ale_detail_to_floating_preview
11921192 *b:ale_disable_lsp*
11931193disable_lsp
11941194g: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.
You can’t perform that action at this time.
0 commit comments