Allow the user to remove warnings from completions

This commit is contained in:
Donnie West
2019-10-18 12:44:47 -05:00
parent db6b1b5ecc
commit db5fe5659f
3 changed files with 55 additions and 5 deletions

View File

@@ -420,7 +420,9 @@ completion information with Deoplete, consult Deoplete's documentation.
When working with TypeScript files, ALE by can support automatic imports
from external modules. This behavior can be enabled by setting the
|g:ale_completion_tsserver_autoimport| variable to `1`.
|g:ale_completion_tsserver_autoimport| variable to `1`. ALE can also remove
warnings from your completions by setting the
|g:ale_completion_tsserver_remove_warnings| variable to 1.
*ale-completion-completeopt-bug*