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