Adding vim-characterize

This commit is contained in:
Dustin Swan
2013-04-02 14:31:25 -05:00
parent eb8cf582d8
commit 8e5c862e67

1
vimrc
View File

@@ -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'