vim-skeletons
vim-skeletons copied to clipboard
Add ability to automatically choose a file snippet based on file path
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?