From 4d7741467c94fb53955264d8af1b5a3c77a3babf Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 28 Oct 2016 12:33:30 +0800 Subject: [PATCH] Add rust support. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index c9550e9..7aa3502 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -75,6 +75,7 @@ Bundle "motus/pig.vim" Bundle "nathanaelkane/vim-indent-guides" Bundle "pangloss/vim-javascript" Bundle "rodjek/vim-puppet" +Bundle "rust-lang/rust.vim" Bundle "spf13/PIV" Bundle "terryma/vim-expand-region" Bundle "tomtom/tlib_vim"