From 6efa5d6f8a660c3c58277cdccd2c88024b578aa2 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Fri, 21 Sep 2018 21:30:04 +0700 Subject: [PATCH] closetag for html only --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 7e5fc33..fcc7b8c 100644 --- a/.vimrc +++ b/.vimrc @@ -27,13 +27,11 @@ Plug 'junegunn/vim-plug' Plug 'tpope/vim-sensible' Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') } -Plug 'docunext/closetag.vim' Plug 'editorconfig/editorconfig-vim' 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' @@ -43,6 +41,8 @@ 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 'docunext/closetag.vim', { 'for': ['php', 'html', 'md'] } " GPG support " Plugin 'mhinz/vim-signify' " Plugin 'godlygeek/tabular'