Adding vim-multiple-cursors

This commit is contained in:
Dustin Swan
2013-04-23 17:28:45 -05:00
parent 901ec80296
commit 160fca263f

1
vimrc
View File

@@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'terryma/vim-multiple-cursors'
Bundle 'tpope/vim-characterize.git'
Bundle 'chrisbra/csv.vim'
Bundle 'szw/vim-dict'