From 1258b032e6b0d12588ba0e77a76983f5483abba2 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Thu, 17 May 2018 11:06:37 +0200 Subject: [PATCH] Documentation : Add mention of mouseover in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c3aba7..8bf54f7 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.