summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-10-15 18:01:49 +0100
committerw0rp <devw0rp@gmail.com>2018-10-15 18:01:49 +0100
commitd999eb1f3564cb2933059ae2bc1e7d5edda2a8d2 (patch)
tree0c218ab5bf6e84269f24a2217214e153d35810b9 /README.md
parentb7ec11c93d12ce8f64cfdae363cbab3d2e69dfd4 (diff)
downloadale-d999eb1f3564cb2933059ae2bc1e7d5edda2a8d2.zip
#1970 Explain how to configure mouse hovering better
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec9092b9..f388aa86 100644
--- a/README.md
+++ b/README.md
@@ -310,8 +310,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.
+The information can be displayed in a `balloon` tooltip in Vim or GVim by
+hovering your mouse over symbols. Mouse hovering is enabled by default in GVim,
+and needs to be configured for Vim 8.1+ in terminals.
See `:help ale-hover` for more information.