문제

When I download the snipMate plugin from github and extract to my .vim directory do I have to move the snipMate.vim file to plugins directory that's located in my .vim directory?? The snipmate directory downloaded from github also contains a plugin directory so I'm not sure what to do.

도움이 되었습니까?

해결책

The directories in the github repository are supposed to mirror the directories within .vim. So, in other words, everything within the 'plugin' directory in the github repo will need to be moved to .vim/plugin. Ditto with 'doc', 'ftplugin', etc.

It might be worth checking out the Pathogen plugin for vim. It makes installing plugins (particularly ones that are actively maintained and live on sites like github) very simple to manage.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top