garbas/vim-snipmate

How to customize the snippets

Closed this issue · 1 comments

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.

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 =)