Skip to content

Commit

Permalink
add vim powerline support
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Aug 9, 2014
1 parent 918bca2 commit a072efa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Load Pathogen and all bundles
""Load Pathogen and all bundles
runtime bundle/vim-pathogen/autoload/pathogen.vim
call pathogen#infect()

Expand Down Expand Up @@ -112,3 +112,8 @@ function! FileSize()
return (bytes / 1024) . "K"
endif
endfunction

python from powerline.vim import setup as powerline_setup
python powerline_setup()
python del powerline_setup

0 comments on commit a072efa

Please sign in to comment.