Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9a90ab

Browse files
committed
need the submodules with pathogen, too
1 parent 2ae7a23 commit e9a90ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ help packages` in vim for details.
9898
cd ~/.vim
9999
mkdir -p bundle && cd bundle
100100
git clone https://github.com/python-mode/python-mode.git
101+
cd python-mode
102+
git submodule update --init --recursive
101103

102104
Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
103105

@@ -114,6 +116,7 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
114116

115117
% git clone https://github.com/python-mode/python-mode.git
116118
% cd python-mode
119+
% git submodule update --init --recursive
117120
% cp -R * ~/.vim
118121

119122
Then rebuild **helptags** in vim:

0 commit comments

Comments
 (0)