Adding the vim-licenses plugin.

This commit is contained in:
Rodolphe Breard 2015-10-11 21:48:23 +02:00
parent 9ebd5ca30a
commit 837f1681c3

6
.vimrc
View file

@ -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 <leader><space> :nohlsearch<CR>
" 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