Merge branch 'master' of git.epichack.com:barak/dotfiles

This commit is contained in:
Barak Michener 2015-06-12 15:50:12 -04:00
commit c8f0256cd2

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 = ''