Skip to content

Commit

Permalink
use 'airline' to replace 'powerline'
Browse files Browse the repository at this point in the history
  • Loading branch information
mclee committed Jul 8, 2013
1 parent 98fd294 commit 0ff72bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Bundle 'tpope/vim-ragtag'
Bundle 'tpope/vim-haml'
Bundle 'tpope/vim-git'
Bundle 'Townk/vim-autoclose'
Bundle 'Lokaltog/vim-powerline'
"Bundle 'Lokaltog/vim-powerline'
Bundle 'bling/vim-airline'
Bundle 'tpope/vim-surround'
Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/syntastic'
Expand Down Expand Up @@ -138,6 +139,11 @@ if ! has('gui_running')
augroup END
endif

" let airline use powerline fancy fonts
let g:airline_powerline_fonts=1
let g:airline_theme='dark'


" ruby path if you are using RVM
" let g:ruby_path = system('rvm current')
let g:ruby_path = system('echo $HOME/.rbenv/shims')
Expand Down

0 comments on commit 0ff72bb

Please sign in to comment.