add support for minibufexplorer, update readme with external plugin support and links

This commit is contained in:
Bailey Ling
2013-07-09 22:32:35 +00:00
parent 17692d9227
commit 65664efe13
2 changed files with 12 additions and 3 deletions

View File

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