From 4581f50b3ba2e5c96dcba7bd6b097f9a7c246e57 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 28 Oct 2015 12:53:46 -0400 Subject: [PATCH] Add support for Rust --- vundle.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vundle.vim b/vundle.vim index edfdcdb..e903682 100644 --- a/vundle.vim +++ b/vundle.vim @@ -48,6 +48,12 @@ Plugin 'Shougo/unite.vim' Plugin 'Shougo/vimproc.vim' " auto detect tab and space handling rather than setting per project Plugin 'tpope/vim-sleuth' +" auto completion engine for vim +Plugin 'Valloric/YouCompleteMe' +" support for understanding JS within vim, works with YCM +Plugin 'marijnh/tern_for_vim' +" support for the Rust programming language +Plugin 'rust-lang/rust.vim' " All of your Plugins must be added before the following line call vundle#end() " required