From 8e5c862e6762e774e394abcec21703e2ebf4b92e Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 2 Apr 2013 14:31:25 -0500 Subject: [PATCH] Adding vim-characterize --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 070648d..47f017e 100644 --- a/vimrc +++ b/vimrc @@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/vundle/ call vundle#rc() Bundle 'gmarik/vundle' +Bundle 'tpope/vim-characterize.git' Bundle 'chrisbra/csv.vim' Bundle 'szw/vim-dict' Bundle 'groenewege/vim-less'