vimautocompletepathogen

How to install YouCompleteMe using pathogen on windows


I am trying to install YCM using Pathogen, however there isn't a tutorial to do this using Pathogen in the README file on Github. Is there any way to install YCM with Pathogen and how can I do so?


Solution

  • To install a plugin with Pathogen you just need to put its folder inside your %USERPROFILE%/vimfiles/bundle/ folder.

    One way to do it would be:

    git clone https://github.com/Valloric/YouCompleteMe.git %USERPROFILE%/vimfiles/bundle/YouCompleteMe
    

    And then follow the rest of the installation instructions as if it were Vundle (check the repo for more info):

    cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe
    python install.py --all