Browse Source

Add airline and airline-themes to .vimrc

Frans Bergman 6 years ago
parent
commit
91a105924c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

@@ -1,6 +1,7 @@
 " ########## General ########## {{{
 syntax on
 colorscheme peachpuff
+let g:airline_theme='angr'
 set wildmenu
 set autoindent
 
@@ -66,6 +67,8 @@ set rtp+=~/.vim/bundle/Vundle.vim
 call vundle#begin()
 Plugin 'VundleVim/Vundle.vim'
 Plugin 'tpope/vim-fugitive'
+Plugin 'bling/vim-airline'
+Plugin 'vim-airline/vim-airline-themes'
 Plugin 'mkitt/tabline.vim'
 Plugin 'valloric/youcompleteme'
 Plugin 'tpope/vim-surround'