summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-06 08:20:48 +0100
committerw0rp <devw0rp@gmail.com>2018-07-06 08:20:48 +0100
commitcb8643ce7475e36a7e8e457545d4f85647a04a8d (patch)
tree420164f86a05536bd980e36f7ef98ff8d0728621 /doc/ale.txt
parent1e9b36cdbfafd4fb422642ac0b391ac5c1bf880c (diff)
downloadale-cb8643ce7475e36a7e8e457545d4f85647a04a8d.zip
Remove an outdated note from the documentation
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt3
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.