We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae7a23 commit e9a90abCopy full SHA for e9a90ab
readme.md
@@ -98,6 +98,8 @@ help packages` in vim for details.
98
cd ~/.vim
99
mkdir -p bundle && cd bundle
100
git clone https://github.com/python-mode/python-mode.git
101
+ cd python-mode
102
+ git submodule update --init --recursive
103
104
Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
105
@@ -114,6 +116,7 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
114
116
115
117
% git clone https://github.com/python-mode/python-mode.git
118
% cd python-mode
119
+ % git submodule update --init --recursive
120
% cp -R * ~/.vim
121
122
Then rebuild **helptags** in vim:
0 commit comments