Close #1162 - Implement completion support with LSP servers

This commit is contained in:
w0rp
2018-04-22 12:28:12 +01:00
parent 20241c87ef
commit d8a673515a
9 changed files with 455 additions and 19 deletions

View File

@@ -222,9 +222,7 @@ too. See `:help ale-fix` for detailed information.
ALE offers some support for completion via hijacking of omnicompletion while you
type. All of ALE's completion information must come from Language Server
Protocol linters, or similar protocols. At the moment, completion is only
supported for TypeScript code with `tsserver`, when `tsserver` is enabled. You
can enable completion like so:
Protocol linters, or from `tsserver` for TypeSript.
```vim
" Enable completion where available.