Add new plugin for multiple cursors.
This commit is contained in:
parent
c1912e784c
commit
4b653500f9
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ Plugin 'marijnh/tern_for_vim'
|
||||||
Plugin 'rust-lang/rust.vim'
|
Plugin 'rust-lang/rust.vim'
|
||||||
" support for Rust's build tool/dependency manager
|
" support for Rust's build tool/dependency manager
|
||||||
Plugin 'timonv/vim-cargo'
|
Plugin 'timonv/vim-cargo'
|
||||||
|
" support for multiple cursors
|
||||||
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|
Loading…
Reference in a new issue