pgilad / vim-skeletons

Quickly scaffold template files in your favorite editor using UltiSnips templates
MIT License
28 stars 6 forks source link

Add ability to automatically choose a file snippet based on file path #1

Open purpleP opened 8 years ago

purpleP commented 8 years ago

If I'm creating a file called test_.* then it's is surely a test file, so I don't want to waste time on choosing the obvious snippet.

https://github.com/noahfrederick/vim-skeleton

pgilad commented 8 years ago

Great idea! You're welcome to add a PR for it

pgilad commented 8 years ago

@purpleP Would you want to skip the choosing if your regex matches?