mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-30 16:14:22 +08:00
add support for minibufexplorer, update readme with external plugin support and links
This commit is contained in:
@@ -45,5 +45,7 @@ function! airline#extensions#apply_window_overrides()
|
||||
call s:override_left_only('diff', '')
|
||||
elseif &ft == 'tagbar'
|
||||
call s:override_left_only('tagbar', '')
|
||||
elseif &ft == 'minibufexpl'
|
||||
call s:override_left_only('MiniBufExplorer', '')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user