[vim]add delimitMat plugin

This commit is contained in:
Mathieu Maret 2016-10-17 11:35:57 +02:00
parent f4430c8a3c
commit e85f153a7b
1 changed files with 3 additions and 0 deletions

3
.vimrc
View File

@ -567,4 +567,7 @@ Plugin 'gregkh/kernel-coding-style.git'
" Recognize Key in screen/tmux
"Plugin 'drmikehenry/vim-fixkey'
"Complete delimiters
Plugin 'Raimondi/delimitMate.git'
call vundle#end()