1
0
Fork 0

closetag for html only

This commit is contained in:
Alexander Yakovlev 2018-09-21 21:30:04 +07:00
parent 7d1be36f34
commit 6efa5d6f8a
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -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'