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 | 7c14046e4995141df534fc0ac0f2cf2b36d807ac (patch) | |
| tree | dbd118bc3843dd6003cbb849496306adbd656834 /.gitmodules | |
| parent | e54416f3b727a89ea3bf1a28507d58681ba89c64 (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 |