I\'m trying to use Powerline plugin (https://github.com/Lokaltog/vim-powerline) for the first time.
Plugin seems to be installed. I use vundle with the following command
You're referring to two different plugins. vim-powerline
is the old vim-only project. Lokaltog/powerline
is a new Python-based port, and the code points have changed in this version because the old code points caused a bunch of issues.
You'll have to either:
vim-powerline
(and remove the rtp
option), or