From 932797ab3edc6a99e4b82d8c79e6e19bd9f80dc6 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 11 Jul 2015 19:01:03 +0200 Subject: [PATCH] added rust.vim --- .gitmodules | 3 +++ .vim/bundle/rust.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/rust.vim diff --git a/.gitmodules b/.gitmodules index 0f0dfa61..93e7e18e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -53,3 +53,6 @@ [submodule "common/todoman"] path = common/todoman url = https://git.barrera.io/hobarrera/todoman.git +[submodule ".vim/bundle/rust.vim"] + path = .vim/bundle/rust.vim + url = https://github.com/rust-lang/rust.vim.git diff --git a/.vim/bundle/rust.vim b/.vim/bundle/rust.vim new file mode 160000 index 00000000..6932a6b7 --- /dev/null +++ b/.vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit 6932a6b742d36bdebdb6e17ac190d6b9746852c2