From e0a0519119ab361bfe6ae6f520d189ae0eaca272 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 5 Jun 2013 08:57:32 -0500 Subject: Delete a bunch of stuff, better arrange submodules --- .gitmodules | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index ab5fb65..ab37167 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ [submodule "tmux-powerline"] path = tmux-powerline url = git://github.com/erikw/tmux-powerline.git + +[submodule "ctrlp"] + path = vim/bundle/ctrlp.vim + url = https://github.com/kien/ctrlp.vim.git + +[submodule "vim-json"] + path = vim/bundle/vim-json + url = https://github.com/elzr/vim-json.git -- cgit