This commit is contained in:
light 2018-12-03 17:04:26 +08:00
parent 45170cd8d9
commit 9271391f34
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © %USER% <light_jiang2015@outlook.com>
# %DATE%-%TIME%
"""
%HERE%
"""

View File

@ -14,6 +14,7 @@ Plugin 'rking/ag.vim'
Plugin 'aperezdc/vim-template.git'
let g:templates_directory = '~/.vim/templates'
Plugin 'w0rp/ale'