summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-08-06 10:18:05 +0100
committerGitHub <noreply@github.com>2018-08-06 10:18:05 +0100
commit5f5540c574deead932a7785468899d1d0a8540ce (patch)
treeab745a173263327b63ab56f40bb937776f4b6938
parent03973c0d0998dae638c26ed5be0cea6256ee38d6 (diff)
parent5ed99734bdd42f9bc9e478d98b02efe6f5a7c131 (diff)
downloadale-5f5540c574deead932a7785468899d1d0a8540ce.zip
Merge pull request #1787 from polyzen/doc-lsp-completions
doc: LSP can provide completions
-rw-r--r--doc/ale.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 9698b59c..3549a010 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -653,10 +653,10 @@ servers. LSP linters can be used in combination with any other linter, and
will automatically connect to LSP servers when needed. ALE also supports
`tsserver` for TypeScript, which uses a different but very similar protocol.
-ALE supports the following LSP/tsserver features.
+ALE supports the following LSP/tsserver features:
1. Diagnostics/linting - Enabled via selecting linters as usual.
-2. Completion (Only for tsserver)
+2. Completion
3. Go to definition
@@ -664,7 +664,7 @@ ALE supports the following LSP/tsserver features.
5.1 Completion *ale-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
+Completion is only supported while at least one LSP linter is enabled. ALE
will only suggest symbols provided by the LSP servers.
Suggestions will be made while you type after completion is enabled.