Vim: Finally configure templates
This commit is contained in:
parent
d36d1ff741
commit
dc1617dc21
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%
|
||||
"""
|
Loading…
Reference in New Issue
Block a user