pgilad / vim-skeletons

Quickly scaffold template files in your favorite editor using UltiSnips templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

purpleP opened this issue · comments

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

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

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