Theme from vim-airline-themes

This commit is contained in:
Emmanuel BENOîT 2020-12-05 22:22:39 +01:00
parent c100299cd2
commit 2f7db82e38
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
" Set Airline theme
call airline#switch_theme('lighthaus')

View file

@ -0,0 +1,3 @@
NeoBundle 'vim-airline/vim-airline-themes' , {
\ 'depends' : [ 'bling/vim-airline' ]
\ }