Вопрос

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?

Это было полезно?

Решение

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

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top