Add new plugin for multiple cursors.

This commit is contained in:
Thomas Gideon 2015-10-31 11:28:44 -04:00
parent c1912e784c
commit 4b653500f9

View file

@ -56,6 +56,8 @@ Plugin 'marijnh/tern_for_vim'
Plugin 'rust-lang/rust.vim'
" support for Rust's build tool/dependency manager
Plugin 'timonv/vim-cargo'
" support for multiple cursors
Plugin 'terryma/vim-multiple-cursors'
" All of your Plugins must be added before the following line
call vundle#end() " required