summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 351c34ce..ddcc9d3f 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -4308,6 +4308,13 @@ ALEJobStarted *ALEJobStarted-autocmd*
|ale#engine#IsCheckingBuffer()| over |ALELintPre-autocmd|, which is actually
triggered before any linters are executed.
+ALELSPStarted *ALELSPStarted-autocmd*
+ *ALELSPStarted*
+
+ This |User| autocommand is trigged immediately after an LSP connection is
+ successfully initialized. This provides a way to perform any additional
+ initialization work, such as setting up buffer-level mappings.
+
ALEWantResults *ALEWantResults-autocmd*
*ALEWantResults*