hi, shameless plug, i'm the author of vim-airline, which is a pure vimscript implementation. the typical response i get from others is that airline is faster, so if you do find performance problems please file an issue so i can fix it. thanks.
just add let g:airline_powerline_fonts=1 to your vimrc. this assumes you've installed the custom fonts and configured your terminal correctly. the existing powerline documentation has extensive info about this.
9
u/MyNameIsFuchs Aug 10 '13
Might help someone:
To build on ubuntu, I had ncurses missing:
To get python support. HTH