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 b230f26Copy full SHA for b230f26
1 file changed
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
0 commit comments