Added Vim-Airline configuration
This commit is contained in:
parent
864ec3b152
commit
6f12abde67
2 changed files with 7 additions and 0 deletions
6
bundles-init/vim-airline.cfg.vim
Normal file
6
bundles-init/vim-airline.cfg.vim
Normal 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
|
||||
|
1
bundles-init/vim-airline.load.vim
Normal file
1
bundles-init/vim-airline.load.vim
Normal file
|
@ -0,0 +1 @@
|
|||
NeoBundle 'bling/vim-airline'
|
Loading…
Reference in a new issue