Vim: Finally configure templates

This commit is contained in:
Salt 2019-03-03 14:16:46 -06:00
parent d36d1ff741
commit dc1617dc21
2 changed files with 16 additions and 0 deletions

View 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%
"""

5
.vimrc
View File

@ -8,6 +8,11 @@ endif
syntax on
filetype plugin indent on
" Templates
let g:email = 'rehashedsalt@cock.li'
let g:user = 'Vintage Salt'
let g:license = 'MIT'
let g:templates_directory = [ '~/.vim/templates' ]
" Lightline
set noshowmode
let g:lightline = {