Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing pathogen vim plugin on Windows

I was going to install the pathogen plugin in GVIM for windows but the instructions say to install in the \vimfiles\autoload folder which I don't have. How would I install pathogen?

like image 967
user1452370 Avatar asked Jul 20 '12 01:07

user1452370


2 Answers

You can read this document.. GVim for Windows Or You can go to this link Vim and Pathogen for Windows

like image 132
Mohsin Shiraz Avatar answered Sep 28 '22 17:09

Mohsin Shiraz


If it does not exist you can simply create the folder.
Place pathogen.vim inside ...\vim\vimfiles\autoload and you should be good to go.
Bundles go into ...\vim\vimfiles\bundle

like image 20
mogelbrod Avatar answered Sep 28 '22 18:09

mogelbrod