2

I don't know what is wrong with my vim-powerline. A unexpected red bar on the left side of powerline in Macvim, whereas it doesn't appear when I use vim in terminal.

Here is the screenshot:

Both Macvim and vim share the same vimrc file. How can I solve this issue in macvim?

sebenalern
  • 2,515
  • 3
  • 26
  • 36
Yeeson
  • 69
  • 7

1 Answers1

0

Lokaltog/vim-powerline is outdated and no longer maintained.

https://github.com/powerline/powerline/issues/1745


I solved my version of this problem by removing vim-powerline, installing powerline via pip install --user powerline-status and adding the following to my .vimrc file:

set rtp+=$HOME/.local/lib/python3.5/site-packages/powerline/bindings/vim/
set laststatus=2
Matt Kleinsmith
  • 1,017
  • 3
  • 13
  • 24