Added Vim-Airline configuration

This commit is contained in:
Emmanuel BENOîT 2015-03-08 09:00:17 +01:00
parent 864ec3b152
commit 6f12abde67
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
let g:airline_powerline_fonts = 1 " Use really lovely patched fonts
let g:airline#extensions#tabline#enabled = 1 " Show buffers / tabs at the top
let g:airline#extensions#tabline#formatter = 'unique_tail_improved' " Buffer name formatter
set laststatus=2 " Always show status line
let g:airline#extensions#tabline#show_buffers = 1

View file

@ -0,0 +1 @@
NeoBundle 'bling/vim-airline'