From f2efb947d46b9cbc931a2e6aa882e5660842673b Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sat, 22 Sep 2018 16:56:56 +0700 Subject: [PATCH] use licenses plugin everywhere --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 223b47a..569bbb4 100644 --- a/.vimrc +++ b/.vimrc @@ -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'