add closetag plugin

This commit is contained in:
Jidbo 2019-01-19 12:09:35 +01:00
parent 6b21dddfca
commit 8e66dbd904

3
.vimrc
View file

@ -15,6 +15,9 @@ Plugin 'gmarik/Vundle.vim'
" comment plugin
Plugin 'tpope/vim-commentary'
" close xml/html tags
Plugin 'docunext/closetag.vim'
" WINDOW MANAGEMENT
" tmux navigator
Plugin 'christoomey/vim-tmux-navigator'