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