Skip to content

Instantly share code, notes, and snippets.

@efraintorlo
Last active June 9, 2016 15:25
Show Gist options
  • Select an option

  • Save efraintorlo/e8900c1e3fa2857958a3089ca08520a7 to your computer and use it in GitHub Desktop.

Select an option

Save efraintorlo/e8900c1e3fa2857958a3089ca08520a7 to your computer and use it in GitHub Desktop.
Python Doc header for Ultisnips
snippet docs "Python Document Info" b!
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
File: ${1:`!v vim_snippets#Filename('$1.py', 'foo.py')`}
Author: ${2:`!v g:snips_author`}
Email: ${3:`!v g:snips_email`}
Github: ${4:`!v g:snips_github`}
Description: ${5:INFO}
File: ${1:`!v vim_snippets#Filename('$1.py', 'foo.py')`}
"""
${0}
endsnippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment