From 8a8036922742b68309648b61d0774b7844d8620b Mon Sep 17 00:00:00 2001 From: micchy326 Date: Sat, 2 Jan 2021 21:16:40 +0900 Subject: [PATCH] describe to disabling procedure --- doc/airline.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index eba98c29..569dcf0e 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -891,7 +891,8 @@ lsp < * lsp progress skip time Suppresses the frequency of status line updates. - Prevents heavy operation when using a language server that sends frequent progress notifications. > + Prevents heavy operation when using a language server that sends frequent progress notifications. + Set 0 to disable. > g:airline#extensions#lsp#progress_skip_time = 0.3 (default) <