From 46cafbf01e25a85e64c0b517e855aba3daf4e779 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 23 Jul 2018 11:18:21 -0400 Subject: [PATCH] fix module path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6f19533..9353cec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +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 +[submodule ".vim/bundle/rust.vim"] + path = .vim/bundle/rust.vim url = https://github.com/rust-lang/rust.vim.git