From 20cdb699742cdce4e79c38f0ae32833f1ffe54bf Mon Sep 17 00:00:00 2001 From: chxuan <787280310@qq.com> Date: Wed, 15 Jun 2016 11:51:14 +0800 Subject: [PATCH] Update vimplus --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 90b5c01..5c8b5aa 100644 --- a/.vimrc +++ b/.vimrc @@ -111,14 +111,15 @@ Plugin 'chxuan/change-colorscheme' Plugin 'jiangmiao/auto-pairs' Plugin 'scrooloose/nerdcommenter' Plugin 'scrooloose/nerdtree' -Plugin 'tpope/vim-fugitive' Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} Plugin 'Valloric/YouCompleteMe' Plugin 'Valloric/MatchTagAlways' Plugin 'docunext/closetag.vim' Plugin 'godlygeek/tabular' +Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-commentary' +Plugin 'tpope/vim-repeat' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'majutsushi/tagbar' Plugin 'octol/vim-cpp-enhanced-highlight'