mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-01 23:55:23 +08:00
Improve coc error/warning status format to include count
This commit is contained in:
@@ -650,11 +650,11 @@ coc <https://github.com/neoclide/coc.nvim>
|
||||
* enable/disable coc status display >
|
||||
g:airline#extensions#coc#show_coc_status = 1
|
||||
|
||||
* change the error format: >
|
||||
let airline#extensions#coc#stl_format_err = '(L%d)'
|
||||
* change the error format (%C - error count, %L - line number): >
|
||||
let airline#extensions#coc#stl_format_err = '%C(L%L)'
|
||||
<
|
||||
* change the warning format: >
|
||||
let airline#extensions#coc#stl_format_warn = '(L%d)'
|
||||
* change the warning format (%C - error count, %L - line number): >
|
||||
let airline#extensions#coc#stl_format_warn = '%C(L%L)'
|
||||
<
|
||||
------------------------------------- *airline-commandt*
|
||||
command-t <https://github.com/wincent/command-t>
|
||||
|
||||
Reference in New Issue
Block a user