plugins - Load vim-airline and themes
This commit is contained in:
parent
03ae895e9e
commit
73003b1e0d
7 changed files with 19 additions and 12 deletions
|
@ -1,2 +0,0 @@
|
|||
" Set Airline theme
|
||||
call airline#switch_theme('lighthaus')
|
|
@ -1,3 +0,0 @@
|
|||
NeoBundle 'vim-airline/vim-airline-themes' , {
|
||||
\ 'depends' : [ 'bling/vim-airline' ]
|
||||
\ }
|
|
@ -1,6 +0,0 @@
|
|||
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
|
||||
let g:airline#extensions#tabline#show_buffers = 1
|
||||
let g:airline#extensions#tabline#show_tabs = 1
|
||||
set laststatus=2 " Always show status line
|
|
@ -1,3 +0,0 @@
|
|||
NeoBundle 'bling/vim-airline' , {
|
||||
\ 'depends' : [ 'ctrlpvim/ctrlp.vim' ]
|
||||
\ }
|
Loading…
Add table
Add a link
Reference in a new issue