impl vim-lsp progress

This commit is contained in:
micchy326
2021-01-02 16:51:16 +09:00
parent 5601c0928e
commit 0c8164b1b3
3 changed files with 49 additions and 2 deletions

View File

@@ -888,6 +888,12 @@ 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. >
g:airline#extensions#lsp#progress_skip_time = 0.3 (default)
<
------------------------------------- *airline-neomake*
neomake <https://github.com/neomake/neomake>