diff --git a/.gitmodules b/.gitmodules index 90d8d7a..4b796f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule ".vim/bundle/vim-markdown"] path = .vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git +[submodule ".vim/bundle/rust.vim"] + path = .vim/bundle/rust.vim + url = https://github.com/wting/rust.vim diff --git a/.vim/bundle/rust.vim b/.vim/bundle/rust.vim new file mode 160000 index 0000000..08bb56f --- /dev/null +++ b/.vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit 08bb56fbdb61380621db6fe36a24d0a3d176f7a0