From bf976b49c9fa7604bd208cb3d8dc4d0e4c274641 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 11 Oct 2013 09:41:55 +0600 Subject: Add vim template plugin. --- files/.vim/templates/template.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 files/.vim/templates/template.py (limited to 'files/.vim/templates/template.py') diff --git a/files/.vim/templates/template.py b/files/.vim/templates/template.py new file mode 100755 index 0000000..f6f948d --- /dev/null +++ b/files/.vim/templates/template.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +def main(): + %HERE% + +if __name__ == '__main__': + main() -- cgit v1.2.3