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

@@ -21,6 +21,7 @@ call s:check_defined('g:airline_enable_branch', 1)
call s:check_defined('g:airline_enable_syntastic', 1)
call s:check_defined('g:airline_enable_tagbar', 1)
call s:check_defined('g:airline_enable_csv', 1)
call s:check_defined('g:airline_enable_hunks', 1)
call s:check_defined('g:airline_detect_iminsert', 0)
call s:check_defined('g:airline_detect_modified', 1)
call s:check_defined('g:airline_detect_paste', 1)