Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 361 Bytes

vim_snippets.rst

File metadata and controls

11 lines (8 loc) · 361 Bytes

localcfg/plugins/vim_snippets.vim

Configure personal settings for snippets:

let g:snips_author = g:user_email
let g:snips_github =
\   'https://github.com/' .. substitute(g:user_email, '.* <\(.*\)@.*',
\                                       '\1', '')