Add Pathogen/Vundle support

Closes #79.
This commit is contained in:
なつき 2013-01-21 03:17:04 -05:00 committed by Kim Silkebækken
parent c561922eed
commit 4e97fd95d8
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ to the plugin location.
Add the following line to your ``vimrc``, where ``{path}`` is the path to
the main Powerline project directory::
source {path}/powerline/bindings/vim/source_plugin.vim
source {path}/powerline/bindings/vim/plugin/source_plugin.vim
Terminal prompts
^^^^^^^^^^^^^^^^

View File

@ -6,6 +6,6 @@ if ! has('python')
endif
python import sys, vim
python sys.path.append(vim.eval('expand("<sfile>:h:h:h:h")'))
python sys.path.append(vim.eval('expand("<sfile>:h:h:h:h:h")'))
source <sfile>:h/powerline.vim
source <sfile>:h:h/powerline.vim