Vim: Finally configure templates
This commit is contained in:
11
.vim/templates/=template=.py
Normal file
11
.vim/templates/=template=.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim:fenc=utf-8
|
||||
#
|
||||
# Copyright © %YEAR% %USER% <%MAIL%>
|
||||
#
|
||||
# Distributed under terms of the %LICENSE% license.
|
||||
|
||||
"""
|
||||
%HERE%
|
||||
"""
|
Reference in New Issue
Block a user