From a9ea6ba29ed687109b8afcbefc1fd780c4702048 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 2 Apr 2017 07:57:56 +0200 Subject: [PATCH] add rust plugin to vimrc --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index df32312..17195f3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -32,6 +32,8 @@ Plugin 'scrooloose/nerdtree' Plugin 'stephanlukasczyk/vim-syntax-specautomata' +Plugin 'rust-lang/rust.vim' + " The following are examples of different formats supported. " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo