项目作者: g4s8

项目描述 :
Automatically insert license header from repo LICENSE
高级语言: Vim script
项目地址: git://github.com/g4s8/vim-licenser.git
创建时间: 2019-06-07T15:21:34Z
项目社区:https://github.com/g4s8/vim-licenser

开源协议:MIT License

下载


This vim plugin automatically adds license header from repo root,
when you have LICENSE file
(or LICENSE.txt) and create new file with vim
this plugin will transform license text into comment header and put it at the beginning
of the new file like here: https://github.com/g4s8/vim-licenser/blob/5ebf741e17e9ceb5045a7cac3b453397e843040a/plugin/licenser.vim#L1-L22

You may configure this plugin but it’s not required, just install it with
any plugin management tool in you .vimrc, e.g.:

  1. Plug 'g4s8/vim-licenser'

that’s all.