use licenses plugin everywhere

This commit is contained in:
Alexander Yakovlev 2018-09-22 16:56:56 +07:00
parent c7ab1046f6
commit f2efb947d4

2
.vimrc
View file

@ -41,7 +41,7 @@ Plug 'pseewald/vim-anyfold'
Plug 'kchmck/vim-coffee-script', { 'for': 'coffee' }
Plug 'StanAngeloff/php.vim', { 'for': 'php' }
Plug 'antoyo/vim-licenses', { 'for': ['php', 'js', 'coffee'] }
Plug 'antoyo/vim-licenses'
Plug 'docunext/closetag.vim', { 'for': ['php', 'html', 'md'] }
" GPG support
" Plugin 'mhinz/vim-signify'