Domanda

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?

È stato utile?

Soluzione

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

Altri suggerimenti

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

You need to create the folders if absent. Open Vim, type ":e $VIM" and you'll find your vim directory where the vimfiles folder is. (if you did not know that already)

Also, please see gvim pathogen issues for more help.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top