mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 04:56:33 -07:00
Note Windows Python registry issue
parent
6ba2174c93
commit
c556c6b0c4
4
faq.md
4
faq.md
@ -199,6 +199,10 @@ Install it using the setup.exe that came with cygwin.
|
|||||||
[Please let me know](https://github.com/junegunn/vim-plug/issues) if you can't
|
[Please let me know](https://github.com/junegunn/vim-plug/issues) if you can't
|
||||||
resolve the problem. In the meantime, you can put `let g:plug_threads = 1` in your vimrc, to disable the parallel installers.
|
resolve the problem. In the meantime, you can put `let g:plug_threads = 1` in your vimrc, to disable the parallel installers.
|
||||||
|
|
||||||
|
### Python 2.7.11 Windows Registry Bug
|
||||||
|
|
||||||
|
Due to a [bug](https://bugs.python.org/issue25824) that slipped into this release, the registry entries and python.dll do not align. A simple work around is explained [here](https://github.com/k-takata/vim/commit/435be6dc61347d92029768f1678fdfdb9a543005).
|
||||||
|
|
||||||
### YouCompleteMe timeout
|
### YouCompleteMe timeout
|
||||||
|
|
||||||
[YouCompleteMe (YCM)](https://github.com/Valloric/YouCompleteMe) is a huge project and you might run into timeouts when trying to install/update it with vim-plug.
|
[YouCompleteMe (YCM)](https://github.com/Valloric/YouCompleteMe) is a huge project and you might run into timeouts when trying to install/update it with vim-plug.
|
||||||
|
Loading…
Reference in New Issue
Block a user