Add support for Rust
This commit is contained in:
parent
31e63b9aa8
commit
4581f50b3b
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ Plugin 'Shougo/unite.vim'
|
||||||
Plugin 'Shougo/vimproc.vim'
|
Plugin 'Shougo/vimproc.vim'
|
||||||
" auto detect tab and space handling rather than setting per project
|
" auto detect tab and space handling rather than setting per project
|
||||||
Plugin 'tpope/vim-sleuth'
|
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
|
" 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