diff options
author | w0rp <devw0rp@gmail.com> | 2021-02-06 18:49:42 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-02-06 18:49:42 +0000 |
commit | 99eb68e6ca98a2eaabeb1e1eea00b3f59431b9dc (patch) | |
tree | 5c260e867f33b2e1461e7d3542cf388259e654c3 /doc/ale.txt | |
parent | f9f2ad276507ec6fb3d92f3f3525de1cb4d17281 (diff) | |
download | ale-99eb68e6ca98a2eaabeb1e1eea00b3f59431b9dc.zip |
#3362 Disable LSP/tsserver hints/suggestions by default
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 034d62b8..ad73eed2 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1712,10 +1712,10 @@ g:ale_lsp_show_message_severity *g:ale_lsp_show_message_severity* g:ale_lsp_suggestions *g:ale_lsp_suggestions* Type: |Number| - Default: 1 + Default: `0` - This variable defines if suggestions must be collected from LSP or tsserver - and shown. + If set to `1`, show hints/suggestions from LSP servers or tsserver, in + addition to warnings and errors. g:ale_lsp_root *g:ale_lsp_root* |