From fc2e3b1c1314206a463704f28425a78a7a58805e Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 4 Jul 2016 13:41:28 +0200 Subject: [PATCH] Add a vim configuration plugin for Rust. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d2f85fe..3568470 100644 --- a/.vimrc +++ b/.vimrc @@ -16,6 +16,7 @@ Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Plugin 'vim-utils/vim-troll-stopper' " Stop Unicode trolls from messing with your code. Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater. Plugin 'sjl/badwolf' " A Vim color scheme. +Plugin 'rust-lang/rust.vim' " Vim configuration for Rust. call vundle#end()