updated gitconfig with histogram diff algorithm and added rust highlighting to vimrc

This commit is contained in:
hellerve
2015-08-26 14:33:02 +02:00
parent 4ce8ee31ad
commit ca50b5fdd9
3 changed files with 7 additions and 4 deletions

1
vimrc
View File

@@ -88,6 +88,7 @@ Bundle 'Twinside/vim-hoogle'
" Other programming languages
Bundle 'digitaltoad/vim-jade'
Bundle 'zepto-lang/zepto-vim'
Plugin 'rust-lang/rust.vim'
" Custom bundles
if filereadable(expand("~/.vim.local/bundles.vim"))