1
0
Fork 0

licenses plugin

This commit is contained in:
Alexander Yakovlev 2018-09-21 20:33:05 +07:00
parent 8ce5fbe49c
commit 516d52b7db
1 changed files with 5 additions and 0 deletions

5
.vimrc
View File

@ -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 <keloero@oreolek.ru>'
" let g:licenses_authors_name = 'Alexander Yakovlev <keloero@oreolek.ru>'
let g:licenses_default_commands = ['gpl', 'affero', 'isc']