Add support for Rust's build tool and package manager.

This commit is contained in:
Thomas Gideon 2015-10-28 18:01:13 -04:00
parent 4581f50b3b
commit c1912e784c

View file

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