hattya / license.vim

A Vim plugin to insert license to buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license.vim

license.vim is a Vim plugin to insert a license to the buffer, or replace the specified range of the buffer by a license.

It can also insert an SPDX ID to the buffer.

image

image

image

image

image

Installation

Vundle

Plugin 'hattya/license.vim'

vim-plug

Plug 'hattya/license.vim'

dein.vim

call dein#add('hattya/license.vim')

Requirements

  • Vim 8.0+

Usage

License MIT

or

SPDXLicense MIT

Testing

license.vim uses themis.vim for testing.

$ cd /path/to/license.vim
$ git clone https://github.com/thinca/vim-themis
$ ./vim-themis/bin/themis

License

license.vim is distributed under the terms of the MIT License.

About

A Vim plugin to insert license to buffer

License:MIT License


Languages

Language:Vim Script 96.6%Language:Python 3.4%