Skip to content

Commit b230f26

Browse files
authored
need the submodules with pathogen, too
1 parent 2ae7a23 commit b230f26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 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

0 commit comments

Comments
 (0)