#1428 Show multiline hover messages, and document the new command

This commit is contained in:
w0rp
2018-04-24 21:03:06 +01:00
parent 93a046a78f
commit ebbf7d0353
5 changed files with 48 additions and 12 deletions

View File

@@ -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