aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-06-05 09:04:29 -0500
committerBen Beltran <ben@freshout.us>2013-06-05 09:04:29 -0500
commitb3ed569dfb65cde7f84f2c3be3bda3a7edafff5a (patch)
tree7c6e33bcc27c42b142e84c1f795e95f9bdd67256 /.gitmodules
parent7c14046e4995141df534fc0ac0f2cf2b36d807ac (diff)
Move EasyMotion and LargeFile to pathogen bundle
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 10 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index ab37167..c5abb8d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,8 +4,16 @@
[submodule "ctrlp"]
path = vim/bundle/ctrlp.vim
- url = https://github.com/kien/ctrlp.vim.git
+ url = git://github.com/kien/ctrlp.vim.git
[submodule "vim-json"]
path = vim/bundle/vim-json
- url = https://github.com/elzr/vim-json.git
+ url = git://github.com/elzr/vim-json.git
+
+[submodule "vim-easymotion"]
+ path = vim/bundle/vim-easymotion
+ url = git://github.com/Lokaltog/vim-easymotion.git
+
+[submodule "LargeFile"]
+ path = vim/bundle/LargeFile
+ url = git://github.com/vim-scripts/LargeFile.git