mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
Hello. This PR should solve my pain as CoC user, that CoC status takes too much space in the C section, right after the file path. It looks like a waste of space on splitscreen or a small screen. So I added an option to set g:airline#extensions#coc#show_coc_status = 0 and the status will be hidden. By default it works like usual.