From b3ed569dfb65cde7f84f2c3be3bda3a7edafff5a Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 5 Jun 2013 09:04:29 -0500 Subject: Move EasyMotion and LargeFile to pathogen bundle --- .gitmodules | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.gitmodules') 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 -- cgit