Enable display of buffers.
This commit is contained in:
parent
3dea2ba707
commit
6ac67267ce
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -67,6 +67,7 @@ au FocusLost * :wa
|
||||||
|
|
||||||
" configure airline, advanced status line plugin
|
" configure airline, advanced status line plugin
|
||||||
let g:airline#extensions#tagbar#enabled = 1
|
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
|
" these symbols rely on a patched powerline font being set either as gfn within
|
||||||
" .gvimrc or as the font for the given terminal program
|
" .gvimrc or as the font for the given terminal program
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
Loading…
Reference in a new issue