Update vimplus

This commit is contained in:
chxuan 2016-07-05 18:42:09 +08:00
parent 1df0f1de12
commit cfbd0dab58
2 changed files with 0 additions and 2 deletions

1
.vimrc
View File

@ -112,7 +112,6 @@ Plugin 'jiangmiao/auto-pairs'
Plugin 'scrooloose/nerdcommenter'
Plugin 'scrooloose/nerdtree'
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
Plugin 'Valloric/YouCompleteMe'
Plugin 'Valloric/MatchTagAlways'
Plugin 'docunext/closetag.vim'
Plugin 'godlygeek/tabular'

View File

@ -28,7 +28,6 @@ then
make VIMRUNTIMEDIR=/usr/share/vim/vim74
sudo make install
cd -
sudo rm -rf ~/vim
else
sudo apt-get install -y vim
fi