diff --git a/.vimrc b/.vimrc index 9b90e21..8b72718 100644 --- a/.vimrc +++ b/.vimrc @@ -23,6 +23,7 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'majutsushi/tagbar' Plug 'tpope/vim-commentary' Plug 'airblade/vim-gitgutter' +Plug 'antoyo/vim-licenses', { 'for': ['php', 'js', 'coffee'] } Plug 'Shougo/neosnippet' Plug 'Shougo/neosnippet-snippets' @@ -187,3 +188,7 @@ endif " Use both Unix and DOS file formats, but favor the Unix one for new files. set fileformats=unix,dos + +let g:licenses_copyright_holders_name = 'Alexander Yakovlev ' +" let g:licenses_authors_name = 'Alexander Yakovlev ' +let g:licenses_default_commands = ['gpl', 'affero', 'isc']