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
commit547f6d2a3743174ff385ba239665b5de1964a043 (patch)
treebfba9fbfa7ca6e9ec0ad25931a0cf69f4ffd9a2a /.gitmodules
parente0a0519119ab361bfe6ae6f520d189ae0eaca272 (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