diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-04 20:07:46 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-04 20:11:49 +0100 |
commit | acf892c4d14ee73c570527d86cecfc14c84360a9 (patch) | |
tree | 1d6669e80c836419e3eadf5c06f4082ff3b37af0 /README.md | |
parent | 316c7c7372ad6f34e439944713655ccff2123f40 (diff) | |
download | ale-acf892c4d14ee73c570527d86cecfc14c84360a9.zip |
#1532 - Display hover information on CursorHold
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |