summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerry Agbobada <gagbobada+git@gmail.com>2018-05-17 11:06:37 +0200
committerGerry Agbobada <gagbobada+git@gmail.com>2018-05-17 11:06:37 +0200
commit1258b032e6b0d12588ba0e77a76983f5483abba2 (patch)
treee60f65384320105e2cd24c06fff1a57c17d06b0a
parente5ad9076b3e0f24116891a44f50080bab57a4e26 (diff)
downloadale-1258b032e6b0d12588ba0e77a76983f5483abba2.zip
Documentation : Add mention of mouseover in README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c3aba77..8bf54f7c 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>