From 837f1681c361ae1ecf3cfc8d50696f0fb96e3548 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 11 Oct 2015 21:48:23 +0200 Subject: [PATCH] Adding the vim-licenses plugin. --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vimrc b/.vimrc index 047b6b1..67e9aa8 100644 --- a/.vimrc +++ b/.vimrc @@ -15,6 +15,7 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'bling/vim-airline' Plugin 'scrooloose/nerdcommenter' +Plugin 'antoyo/vim-licenses' call vundle#end() @@ -46,3 +47,8 @@ nnoremap :nohlsearch " Move vertically by visual line. nnoremap j gj nnoremap k gk + + +" Licenses +let g:licenses_copyright_holders_name = $USER_NICKNAME +let g:licenses_authors_name = $USER_NICKNAME