Add troubleshooting info about NameError in MacVim

Refs #48.
This commit is contained in:
Kim Silkebækken 2013-01-17 10:03:00 +01:00
parent f18bf7087d
commit 6207f90734
1 changed files with 11 additions and 0 deletions

View File

@ -67,3 +67,14 @@ The statusline is hidden/only appears in split windows!
I'm using gVim for Windows, and ``cmd`` windows keep popping up when working in git repos!
Either install ``libgit2`` and ``pygit2``, or disable the VCS segment in
your user configuration to resolve this issue.
I receive a ``NameError`` when trying to use Powerline with MacVim!
Please install MacVim using this command::
brew install macvim --env-std --override-system-vim
Then install Powerline locally with ``pip install --user``, or by
running these commands in the ``powerline`` directory::
./setup.py build
./setup.py install --user