From 8fd23f4b716a36a0a4b56ae34f6e6a4ab8979045 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sat, 4 Sep 2021 18:07:53 -0700 Subject: Introduce an ALELSPStarted autocommand (#3878) This User autocommand is trigged immediately after an LSP process is successfully initialized. This provides a way to perform any additional initialization work, such as setting up buffer-level mappings. --- doc/ale.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ale.txt') 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* -- cgit v1.2.3