diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |