From 976396a6a7f1f576fe36f23f2164b0d2eab122c4 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 2 Mar 2014 00:51:59 +0800 Subject: [PATCH] sort. --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 259d475..8e778f0 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -46,7 +46,6 @@ call vundle#rc() " Bundle "gmarik/vundle" " -Bundle "MarcWeber/vim-addon-mw-utils" Bundle "airblade/vim-gitgutter" Bundle "bling/vim-airline" Bundle "bonsaiben/bootstrap-snippets" @@ -56,6 +55,7 @@ Bundle "gregsexton/gitv" Bundle "honza/vim-snippets" Bundle "kien/ctrlp.vim" Bundle "majutsushi/tagbar" +Bundle "MarcWeber/vim-addon-mw-utils" Bundle "motus/pig.vim" Bundle "nathanaelkane/vim-indent-guides" Bundle "tomtom/tlib_vim"