diff options
| author | Ben Beltran <ben@freshout.us> | 2013-06-05 08:57:32 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-06-05 08:57:32 -0500 |
| commit | e0a0519119ab361bfe6ae6f520d189ae0eaca272 (patch) | |
| tree | d8e2c7ef537b946659d36551d944416b7cad8610 /.gitmodules | |
| parent | 7da00f6032b26afa3dcdee804933d4785ec48408 (diff) | |
Delete a bunch of stuff, better arrange submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
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 |