From c1912e784c5301ad5c7612ce351ac0e289709941 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 28 Oct 2015 18:01:13 -0400 Subject: [PATCH] Add support for Rust's build tool and package manager. --- vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vundle.vim b/vundle.vim index e903682..a3b73b0 100644 --- a/vundle.vim +++ b/vundle.vim @@ -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