Include documentation item for removing warnings

This commit is contained in:
Donnie West 2019-10-29 20:20:48 -05:00
parent 4bdde36661
commit 4222f32cc4
No known key found for this signature in database
GPG Key ID: EDADD24E208C4B87
1 changed files with 8 additions and 0 deletions

View File

@ -644,6 +644,14 @@ b:ale_completion_enabled *b:ale_completion_enabled*
See |ale-completion|
g:ale_completion_tsserver_remove_warnings *g:ale_completion_tsserver_remove_warnings*
Type: Number
Default: `0`
When this option is set to `0`, ALE will return all completion items,
including those that are a warning. Warnings can be excluded from completed
items by setting it to `1`.
g:ale_completion_tsserver_autoimport *g:ale_completion_tsserver_autoimport*