lol deprecation and adding rust

This commit is contained in:
Felix Van der Jeugt 2015-12-11 16:54:05 +01:00
parent 62ef92676c
commit dd2ea19979
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'kien/ctrlp.vim'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'bling/vim-airline'
Plugin 'scrooloose/nerdtree'
Plugin 'Shougo/vimproc.vim'
@ -24,6 +24,7 @@ Plugin 'Valloric/YouCompleteMe'
Plugin 'junegunn/vim-easy-align'
Plugin 'LaTeX-Box-Team/LaTeX-Box'
Plugin 'chase/vim-ansible-yaml'
Plugin 'rust-lang/rust.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required