I am desperately trying to get YouCompletMe working on windows, the author clearly says that there is no official support for windows so that\'s fair enough. Though there is
Adding to the accepted answer (SE won't let me comment), I got Alexander Shukaev's binaries from here: https://bitbucket.org/Alexander-Shukaev/vim-youcompleteme-for-windows/downloads
(in case the links on the other page are still broken).
You can download archives of drop-in YCM plugin containing binaries (ycm_core.pyd
) from me: Vim YouCompleteMe for Windows. Both x86 and x64 architectures are provided.
If you also need bleeding-edge LLVM/Clang, you can download the binaries from me as well: LLVM for Windows. Both x86 and x64 architectures are provided.
If you are looking for up-to-date Vim with Python support, you can download the binaries from me once again: Vim for Windows. Both x86 and x64 architectures are provided, as well as support for both Python 2 (which is required by YCM) and Python 3 altogether.
python27.dll
) and Python 2
Interpreter (python.exe
) in the PATH
environment variable;libclang.dll
in the PATH
environment
variable (recommended) OR right next to ycm_core.pyd
;