spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.55k stars 3.64k forks source link

Plugin 'powerline/fonts' hangs indefinitely on BundleInstall #892

Open ezuk opened 8 years ago

ezuk commented 8 years ago

When executing BundleInstall, it gets to powerline/fonts and just hangs. Adding UnBundle 'powerline/fonts' to .vimrc.bundles.locale breaks spf13 in all sorts of interesting ways.

Any idea why it's hanging? Ubuntu 14.04, have been using spf13 for a while now, just recently pulled from the 3.0 branch and trying to add a new plugin.

ezuk commented 8 years ago

Fixed it like this:

UnBundle 'vim-airline/vim-airline'                                                                                                                                                                                              
UnBundle 'vim-airline/vim-airline-themes'
UnBundle 'powerline/fonts

Not a real fix though, because I do want Airline and the powerline fonts (and it was all working fine before this latest pull).