Enable display of buffers.

This commit is contained in:
Thomas Gideon 2015-04-13 13:21:14 -04:00
parent 3dea2ba707
commit 6ac67267ce

1
vimrc
View file

@ -67,6 +67,7 @@ au FocusLost * :wa
" configure airline, advanced status line plugin
let g:airline#extensions#tagbar#enabled = 1
let g:airline#extensions#tabline#enabled = 1
" these symbols rely on a patched powerline font being set either as gfn within
" .gvimrc or as the font for the given terminal program
let g:airline_powerline_fonts = 1