coc-extension: remove dead code

vim-airline does not use actually use the `g:coc_stl_format` variable
and it also doesn't seem to be used by coc itself. So let's just remove
this code.

closes #2437
This commit is contained in:
Christian Brabandt
2021-09-21 08:41:10 +02:00
parent 0a7e1bc475
commit 26f922753a
2 changed files with 0 additions and 14 deletions

View File

@@ -636,12 +636,6 @@ coc <https://github.com/neoclide/coc.nvim>
* change warning symbol: >
let airline#extensions#coc#warning_symbol = 'W:'
<
* change error format: >
let airline#extensions#coc#stl_format_err = '%E{[%e(#%fe)]}'
<
* change warning format: >
let airline#extensions#coc#stl_format_warn = '%W{[%w(#%fw)]}'
------------------------------------- *airline-commandt*
command-t <https://github.com/wincent/command-t>