From 62b1ee30844b322383b966dbb24d741945346919 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sat, 21 Jul 2018 00:43:39 -0400 Subject: [PATCH] Adding rust syntax plugin --- .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 838bc44..6f19533 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule ".vim/bundle/vim-unimpaired"] path = .vim/bundle/vim-unimpaired url = https://github.com/tpope/vim-unimpaired.git +[submodule "/home/andrew/.vim/bundle/rust.vim"] + path = /home/andrew/.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 0000000..2fa7442 --- /dev/null +++ b/.vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit 2fa74427456a68e9e90f542567f851df50d48a8c