mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
impl vim-lsp progress
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user