fix airline deprecation

This commit is contained in:
Barak Michener 2015-04-25 13:31:29 -04:00
parent 6fbdcec271
commit 998261977c

6
.vimrc
View file

@ -262,9 +262,9 @@ let g:CommandTMaxDepth = 7
" * Airline
set noshowmode
let g:airline_enable_branch = 1
let g:airline_enable_syntastic = 1
let g:airline_enable_tagbar = 1
let g:airline#extensions#branch#enabled = 1
let g:airline#extensions#syntastic#enabled = 1
let g:airline#extensions#tagbar#enabled = 1
let g:airline_theme="murmur"
let g:airline_left_sep = ''
let g:airline_right_sep = ''