Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed with vundle, nothing happens. #414

Closed
trusktr opened this issue Apr 9, 2013 · 12 comments
Closed

Installed with vundle, nothing happens. #414

trusktr opened this issue Apr 9, 2013 · 12 comments

Comments

@trusktr
Copy link

trusktr commented Apr 9, 2013

Seems installing powerline doesn't work with vundle, but vim-bundle does. Also, which python does it work with? I have both 2.7 and 3 on my system.

@Lokaltog
Copy link
Member

Lokaltog commented Apr 9, 2013

Double-check that Powerline is present in your Python search path when installing with Vundle, and that you source the plugin (you need to add Powerline to your vundle runtimepath as specified in the docs). Powerline works with Python 2.6, 2.7 and 3.2+.

@Lokaltog Lokaltog closed this as completed Apr 9, 2013
@trusktr
Copy link
Author

trusktr commented Apr 23, 2013

Yup, that was it. I didn't realize the rtp had to be set, unlike with most plugins installed with Vundle (actually, I'm using NeoBundle, a fork of Vundle)

So in case anyone runs into this, this is what you put if you're using Vundle:

Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}

And using NeoBundle:

NeoBundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}

@mtrovo
Copy link

mtrovo commented Jun 28, 2013

Thank you trusktr, didn't know about the second argument.
This should totally be on powerline documentation, the Installation section is lacking some details about vundle installation.

@freshsun
Copy link

thank you trusktr

@gour
Copy link

gour commented Oct 13, 2013

@trusktr Thank you.

+1 for putting it into docs.

@parhamfh
Copy link

I had this problem too, works for me, thanks! Put this in the docs please.

@pacuna
Copy link

pacuna commented Jan 29, 2014

Thanks for the tip @trusktr . +1 to the docs

@iurimatias
Copy link

thank you @trusktr !

@joshperry
Copy link
Contributor

This is awesome, wasn't installing with Vundle because I didn't know about this. Thank you.

@jameswald
Copy link

After running this I experienced a separate issue which I thought was an indication that the plugin wasn't installed correctly. vim 7.4.273 on OS X doesn't show the status bar without set laststatus=2 in vimrc. This is mentioned in the troubleshooting guide. https://github.com/Lokaltog/powerline/blob/develop/docs/source/installation/troubleshooting-common.rst

ZyX-I added a commit to ZyX-I/powerline that referenced this issue Aug 2, 2014
@ZyX-I ZyX-I added bug and removed doc update labels Aug 2, 2014
@yarving
Copy link

yarving commented Nov 27, 2015

Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
This line works

@segeljakt
Copy link

Plug 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}

Works if you are using Plug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests