diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-06 08:20:48 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-06 08:20:48 +0100 |
commit | cb8643ce7475e36a7e8e457545d4f85647a04a8d (patch) | |
tree | 420164f86a05536bd980e36f7ef98ff8d0728621 /doc | |
parent | 1e9b36cdbfafd4fb422642ac0b391ac5c1bf880c (diff) | |
download | ale-cb8643ce7475e36a7e8e457545d4f85647a04a8d.zip |
Remove an outdated note from the documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d325fb22..991d7941 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -642,9 +642,6 @@ ALE supports the following LSP/tsserver features. ------------------------------------------------------------------------------- 5.1 Completion *ale-completion* -NOTE: At the moment, only `tsserver` for TypeScript code is supported for -completion. - ALE offers limited support for automatic completion of code while you type. Completion is only supported while a least one LSP linter is enabled. ALE will only suggest symbols provided by the LSP servers. |