From 26296e998529fd8245d4267f5177d0e75854f3b0 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 17 Jul 2013 05:14:10 +0800 Subject: [PATCH] Use ap/vim-css-color to solve performance issue. Ref: https://github.com/skammer/vim-css-color/issues/3 --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 2f45b87..2d9dd3d 100644 --- a/.vimrc +++ b/.vimrc @@ -50,12 +50,12 @@ Bundle "gmarik/vundle" " Bundle "MarcWeber/vim-addon-mw-utils" Bundle "airblade/vim-gitgutter" +Bundle "ap/vim-css-color" Bundle "bling/vim-airline" Bundle "garbas/vim-snipmate" Bundle "honza/vim-snippets" Bundle "kien/ctrlp.vim" Bundle "motemen/git-vim" -Bundle "skammer/vim-css-color" Bundle "tomtom/tlib_vim" " filetype plugin indent on