Merge pull request #2315 from micchy326/impl_vim_lsp_progress

impl vim-lsp progress
This commit is contained in:
Christian Brabandt
2021-01-04 08:38:43 +01:00
committed by GitHub
4 changed files with 54 additions and 3 deletions

View File

@@ -890,6 +890,13 @@ lsp <https://github.com/prabirshrestha/vim-lsp>
<
* lsp close_lnum_symbol >
let airline#extensions#lsp#close_lnum_symbol = ')'
<
* lsp progress skip time
Suppresses the frequency of status line updates.
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)
<
------------------------------------- *airline-neomake*
neomake <https://github.com/neomake/neomake>