Merge pull request #1589 from gagbo/balloon_doc

Documentation : document the mouseover magic
This commit is contained in:
w0rp
2018-05-30 19:31:41 +01:00
committed by GitHub
2 changed files with 17 additions and 3 deletions

View File

@@ -272,6 +272,9 @@ ALE supports "hover" information for printing brief information about symbols at
the cursor taken from Language Server Protocol linters and `tsserver` with the
`ALEHover` command.
On vim/gvim with `balloon` support you can see the information in a tooltip
that appears under the mouse when you mouseover a symbol.
See `:help ale-hover` for more information.
<a name="installation"></a>