Documentation : Add mention of mouseover in README

This commit is contained in:
Gerry Agbobada 2018-05-17 11:06:37 +02:00
parent e5ad9076b3
commit 1258b032e6
1 changed files with 3 additions and 0 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>