bash, vim: add language RUST

This commit is contained in:
masterzu 2017-04-21 12:27:23 +02:00
parent 8dceb830be
commit e847c18c59
2 changed files with 7 additions and 0 deletions

View File

@ -75,4 +75,7 @@ alias l='ls -l'
alias ll='ls -al' alias ll='ls -al'
test -f ~/dotfiles/.bash_aliases && source ~/dotfiles/.bash_aliases test -f ~/dotfiles/.bash_aliases && source ~/dotfiles/.bash_aliases
# RUST env https://www.rust-lang.org/fr-FR/
test -f $HOME/.cargo/env && source $HOME/.cargo/env
# end .bashrc # end .bashrc

View File

@ -22,6 +22,10 @@ Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'surround.vim' Plugin 'surround.vim'
Plugin 'ciscoacl.vim' Plugin 'ciscoacl.vim'
" 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
filetype plugin indent on " required filetype plugin indent on " required