add closetag plugin
This commit is contained in:
parent
6b21dddfca
commit
8e66dbd904
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -15,6 +15,9 @@ Plugin 'gmarik/Vundle.vim'
|
||||||
" comment plugin
|
" comment plugin
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
|
|
||||||
|
" close xml/html tags
|
||||||
|
Plugin 'docunext/closetag.vim'
|
||||||
|
|
||||||
" WINDOW MANAGEMENT
|
" WINDOW MANAGEMENT
|
||||||
" tmux navigator
|
" tmux navigator
|
||||||
Plugin 'christoomey/vim-tmux-navigator'
|
Plugin 'christoomey/vim-tmux-navigator'
|
||||||
|
|
Loading…
Add table
Reference in a new issue