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 ac97c66 commit 538f5c6Copy full SHA for 538f5c6
1 file changed
readme.md
@@ -87,10 +87,9 @@ Vim >= 7.3 (most features needed +python or +python3 support) (also
87
As of vim8 there is an officially supported way of adding plugins. See `:tab
88
help packages` in vim for details.
89
90
- cd ~/.vim/pack/foo/start
91
- git clone https://github.com/python-mode/python-mode.git
+ cd ~/.vim/pack/python-mode/start
+ git clone --recursive https://github.com/python-mode/python-mode.git
92
cd python-mode
93
- git submodule update --init --recursive
94
95
## Using pathogen
96
0 commit comments