summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-04 20:07:46 +0100
committerw0rp <devw0rp@gmail.com>2020-08-04 20:11:49 +0100
commitacf892c4d14ee73c570527d86cecfc14c84360a9 (patch)
tree1d6669e80c836419e3eadf5c06f4082ff3b37af0 /README.md
parent316c7c7372ad6f34e439944713655ccff2123f40 (diff)
downloadale-acf892c4d14ee73c570527d86cecfc14c84360a9.zip
#1532 - Display hover information on CursorHold
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 14bc58ef..292a8bba 100644
--- a/README.md
+++ b/README.md
@@ -231,6 +231,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.
+Truncated information will be displayed when the cursor rests on a symbol by
+default, as long as there are no problems on the same line.
+
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.