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