Use the coc status variable to format error/warning line number

This commit is contained in:
eximus
2022-10-28 14:34:04 -04:00
parent 0ed7b8bb2e
commit d56f199405
2 changed files with 13 additions and 2 deletions

View File

@@ -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>