From 623497e123af6a4b6fcf89f720ca210c2058eb5b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 26 Mar 2016 15:19:16 -0400 Subject: Install Rust.vim The Rust language's Vim plugin. --- .gitmodules | 3 +++ bundle/rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/rust diff --git a/.gitmodules b/.gitmodules index 3b35d2c..e8690a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ path = bundle/slimv url = https://github.com/kovisoft/slimv.git ignore = untracked +[submodule "bundle/rust"] + path = bundle/rust + url = https://github.com/rust-lang/rust.vim.git diff --git a/bundle/rust b/bundle/rust new file mode 160000 index 0000000..e651851 --- /dev/null +++ b/bundle/rust @@ -0,0 +1 @@ +Subproject commit e651851c7455286f0ba42c46777e9677c68796ac -- cgit v1.2.3