Closed akemrir closed 2 years ago
Hi, I've prepared handling with custom pattern to expand palette of letters used for snippets. I am using it with:
let g:miniSnip_expandpattern = '\v[a-zA-Z0-9_-]+%'
Hi, I've updated documentation. What do you think about name of variable?
Please, take a look. I pushed update with PR comments.
Hi, I've prepared handling with custom pattern to expand palette of letters used for snippets. I am using it with:
let g:miniSnip_expandpattern = '\v[a-zA-Z0-9_-]+%'