diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-09-28 13:07:19 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-09-28 13:07:19 -0500 |
| commit | 5d7da6fb3524f3361002588f8a23154136b7cd0d (patch) | |
| tree | 1285dcb9752101817953e75baeeaa2a142d3ecde /.gitmodules | |
| parent | fc9baa888cbd24533f19016a14f26bf2cc60c0e4 (diff) | |
Fixes submodule names for paths
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 8cd7075..e30da88 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,10 +4,10 @@ [submodule "tmux-powerline"] path = tmux-powerline url = git://github.com/erikw/tmux-powerline.git -[submodule "ctrlp"] +[submodule "vim/bundle/ctrlp.vim"] path = vim/bundle/ctrlp.vim url = git://github.com/kien/ctrlp.vim.git -[submodule "vim-json"] +[submodule "vim/bundle/vim-json"] path = vim/bundle/vim-json url = git://github.com/elzr/vim-json.git [submodule "vim/bundle/vim-easymotion"] |