mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-02-24 21:58:25 +08:00
add gitgutter integration.
This commit is contained in:
@@ -128,6 +128,10 @@ function! airline#extensions#load()
|
||||
call airline#extensions#undotree#init(s:ext)
|
||||
endif
|
||||
|
||||
if g:airline_enable_hunks && exists('*GitGutterGetHunks')
|
||||
call airline#extensions#hunks#init(s:ext)
|
||||
endif
|
||||
|
||||
if g:airline_enable_tagbar && exists(':TagbarToggle')
|
||||
call airline#extensions#tagbar#init(s:ext)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user