1

I installed the snipmate plugin and it works really well. I had to modify a snipped but that obviously resulted in a submodule change. Is there a better way to do this?

Note: I'm using pathogen to manage plugins.

Dawg
  • 1,493
  • 2
  • 11
  • 9

1 Answers1

1

SnipMate looks for snippets in a few locations. One of those locations, the default location IIRC, is:

~/.vim/snippets/

So you can put your custom snippets there.

romainl
  • 186,200
  • 21
  • 280
  • 313