mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
Use the coc status variable to format error/warning line number
This commit is contained in:
@@ -649,6 +649,12 @@ 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 warning format: >
|
||||
let airline#extensions#coc#stl_format_warn = '(L%d)'
|
||||
<
|
||||
------------------------------------- *airline-commandt*
|
||||
command-t <https://github.com/wincent/command-t>
|
||||
|
||||
Reference in New Issue
Block a user