From 4b653500f982b74a66f54cb4522cc216f81e5826 Mon Sep 17 00:00:00 2001 From: commandline Date: Sat, 31 Oct 2015 11:28:44 -0400 Subject: [PATCH] Add new plugin for multiple cursors. --- vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vundle.vim b/vundle.vim index a3b73b0..37e273f 100644 --- a/vundle.vim +++ b/vundle.vim @@ -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