remove vim auto-close

This commit is contained in:
Jidbo 2019-04-19 18:11:31 +02:00
parent 69aacb55e5
commit 8f27ee326d

3
.vimrc
View file

@ -15,9 +15,6 @@ Plugin 'gmarik/Vundle.vim'
" comment plugin
Plugin 'tpope/vim-commentary'
" close xml/html tags
Plugin 'docunext/closetag.vim'
" brackets management
Plugin 'machakann/vim-sandwich'