How to customize the snippets
fjrg76-com opened this issue · 1 comments
fjrg76-com commented
Hi, I don't like this format (actually I hate it):
for (...){
...
}
I love this one instead:
for(...)
{
}
Some related plug-ins has the output format in separated files, so I can manually customized them to my like, however I couldn't find a way for vim-snipmate. Any clues? Hope the format is not hard-coded.
fjrg76-com commented
Solved:
From the landingpage:
"Press and try :SnipMateOpenSnippetFiles for starting. Also see doc/SnipMate.txt to learn all SnipMate"
First time I didn't get what "for starting" meaning; but after running it I did =)