add gitgutter integration.

This commit is contained in:
Bailey Ling
2013-08-18 21:02:33 +00:00
parent 8f0401580b
commit dad0d5a8d8
5 changed files with 47 additions and 4 deletions

View File

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