summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-04-24 21:03:06 +0100
committerw0rp <devw0rp@gmail.com>2018-04-24 21:03:06 +0100
commitebbf7d0353d9d5d3ecc42bddd50e270ba60e5243 (patch)
tree6e31f73ca717103a0e99943b90358b6574665049 /README.md
parent93a046a78f0ab20af54812f28784d555fda2d38d (diff)
downloadale-ebbf7d0353d9d5d3ecc42bddd50e270ba60e5243.zip
#1428 Show multiline hover messages, and document the new command
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 066d6eb9..dc397d05 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ formatting tools, and some Language Server Protocol and `tsserver` features.
3. [Completion](#usage-completion)
4. [Go To Definition](#usage-go-to-definition)
5. [Find References](#usage-find-references)
+ 6. [Hovering](#usage-hover)
3. [Installation](#installation)
1. [Installation with Vim package management](#standard-installation)
2. [Installation with Pathogen](#installation-with-pathogen)
@@ -250,6 +251,15 @@ ALE supports finding references for words under your cursor with the
See `:help ale-find-references` for more information.
+<a name="usage-hover"></a>
+
+### 2.vi Hovering
+
+ALE supports "hover" information for printing brief information about symbols
+at the cursor taken from LSP linters with the `ALEHover` command.
+
+See `:help ale-hover` for more information.
+
<a name="installation"></a>
## 3. Installation