From 804f60a731caa69915414cbd7993e3ea1ef2f2e0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 11 Jul 2015 16:25:49 -0400 Subject: .gitmodules: Change location of auditory.vim Use the remote URL instead of a local path. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f66c95b..f119f6c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,7 +38,7 @@ url = https://github.com/rking/ag.vim.git [submodule "bundle/vim-auditory"] path = bundle/vim-auditory - url = /Users/tw/Documents/Development/vim-auditory/ + url = https://github.com/teddywing/auditory.vim.git [submodule "bundle/vim-ls-grep"] path = bundle/vim-ls-grep url = https://github.com/teddywing/vim-ls-grep.git -- cgit v1.2.3