mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
Added vim-dirvish support
Matched VCS format of Netrw to only show branch name. Filetype hidden as it is a duplicate on the left side. File encoding hidden as it does not matter in dirvish buffer. Removed unnecessary current column information
This commit is contained in:
@@ -444,6 +444,12 @@ function! airline#extensions#load()
|
||||
endif
|
||||
endfor
|
||||
endif
|
||||
|
||||
if exists(':Dirvish')
|
||||
call airline#extensions#dirvish#init(s:ext)
|
||||
call add(s:loaded_ext, 'dirvish')
|
||||
endif
|
||||
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#get_loaded_extensions()
|
||||
|
||||
Reference in New Issue
Block a user