Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top