summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-05-30 19:31:41 +0100
committerGitHub <noreply@github.com>2018-05-30 19:31:41 +0100
commit106d439f56d808c849291db7f6cf8e47fe9f222a (patch)
treee78494642169e7afc28f33af09c79deba12834f0 /README.md
parent3014d853250d634803d6a3d620b898338b027e02 (diff)
parent1258b032e6b0d12588ba0e77a76983f5483abba2 (diff)
downloadale-106d439f56d808c849291db7f6cf8e47fe9f222a.zip
Merge pull request #1589 from gagbo/balloon_doc
Documentation : document the mouseover magic
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9233db3..492f52cc 100644
--- a/README.md
+++ b/README.md
@@ -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>