Skip to content

Commit

Permalink
airline instead of powerline
Browse files Browse the repository at this point in the history
  • Loading branch information
locojay committed Dec 27, 2013
1 parent 4ac678d commit 76b75a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,11 @@ endif

"Visualization ---------------------------------------------------------{{{
"Powerline
Bundle 'Lokaltog/vim-powerline'
let g:Powerline_symbols = "fancy"
" Bundle 'Lokaltog/vim-powerline'
" let g:Powerline_symbols = "fancy"
Bundle 'bling/vim-airline'
let g:airline_powerline_fonts = 1

if has("autocmd")
"autocmd bufwritepost .vimrc source $MYVIMRC
"autocmd bufwritepost .vimrc call Pl#Load()
Expand Down
2 changes: 1 addition & 1 deletion vundle

0 comments on commit 76b75a9

Please sign in to comment.