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 7a449a5 commit 71c5487Copy full SHA for 71c5487
readme.md
@@ -91,6 +91,8 @@ help packages` in vim for details.
91
git clone --recursive https://github.com/python-mode/python-mode.git
92
cd python-mode
93
94
+Note. Windows OS users need to add `-c core.symlinks=true`. See below.
95
+
96
## Using pathogen
97
98
cd ~/.vim
@@ -172,6 +174,11 @@ checking (e.g. for async) add:
172
174
173
175
To your vimrc or exrc file.
176
177
+## Symlinks on Windows
178
179
+Users on Windows OS might need to add `-c core.symlinks=true` switch to correctly clone / pull
180
+repository. Example: `git clone --recursive https://github.com/python-mode/python-mode -c core.symlinks=true`
181
182
# Documentation
183
184
Documentation is available in your vim `:help pymode`.
0 commit comments