diff options
author | Teddy Wing | 2015-07-11 16:25:49 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-11 16:25:49 -0400 |
commit | 804f60a731caa69915414cbd7993e3ea1ef2f2e0 (patch) | |
tree | 736662bc332b7d390a6b475e5ac773f1c22cdaa7 /.gitmodules | |
parent | 256c35c0c178b71b4cba6cb81aa1f1ac2b7cdeca (diff) | |
download | dotvim-804f60a731caa69915414cbd7993e3ea1ef2f2e0.tar.bz2 |
.gitmodules: Change location of auditory.vim
Use the remote URL instead of a local path.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |