diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/.gitmodules b/.gitmodules index 93ccec3..b993b7a 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,24 +1,21 @@ | |||
| 1 | [submodule "dotfiles"] | 1 | [submodule "vim/.vim/vim-pathogen"] |
| 2 | path = dotfiles | 2 | path = vim/.vim/vim-pathogen |
| 3 | url = https://github.com/jbernard/dotfiles.git | ||
| 4 | [submodule "vim/vim-pathogen"] | ||
| 5 | path = vim/vim-pathogen | ||
| 6 | url = https://github.com/tpope/vim-pathogen.git | 3 | url = https://github.com/tpope/vim-pathogen.git |
| 7 | [submodule "vim/bundle/nerdtree"] | 4 | [submodule "vim/.vim/bundle/nerdtree"] |
| 8 | path = vim/bundle/nerdtree | 5 | path = vim/.vim/bundle/nerdtree |
| 9 | url = https://github.com/scrooloose/nerdtree.git | 6 | url = https://github.com/scrooloose/nerdtree.git |
| 10 | [submodule "vim/bundle/supertab"] | 7 | [submodule "vim/.vim/bundle/supertab"] |
| 11 | path = vim/bundle/supertab | 8 | path = vim/.vim/bundle/supertab |
| 12 | url = https://github.com/ervandew/supertab.git | 9 | url = https://github.com/ervandew/supertab.git |
| 13 | [submodule "vim/bundle/syntastic"] | 10 | [submodule "vim/.vim/bundle/syntastic"] |
| 14 | path = vim/bundle/syntastic | 11 | path = vim/.vim/bundle/syntastic |
| 15 | url = https://github.com/scrooloose/syntastic.git | 12 | url = https://github.com/scrooloose/syntastic.git |
| 16 | [submodule "vim/bundle/vim-fugitive"] | 13 | [submodule "vim/.vim/bundle/vim-fugitive"] |
| 17 | path = vim/bundle/vim-fugitive | 14 | path = vim/.vim/bundle/vim-fugitive |
| 18 | url = https://github.com/tpope/vim-fugitive.git | 15 | url = https://github.com/tpope/vim-fugitive.git |
| 19 | [submodule "vim/bundle/vim-nerdtree-tabs"] | 16 | [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] |
| 20 | path = vim/bundle/vim-nerdtree-tabs | 17 | path = vim/.vim/bundle/vim-nerdtree-tabs |
| 21 | url = https://github.com/jistr/vim-nerdtree-tabs.git | 18 | url = https://github.com/jistr/vim-nerdtree-tabs.git |
| 22 | [submodule "vim/bundle/nerdcommenter"] | 19 | [submodule "vim/.vim/bundle/nerdcommenter"] |
| 23 | path = vim/bundle/nerdcommenter | 20 | path = vim/.vim/bundle/nerdcommenter |
| 24 | url = https://github.com/scrooloose/nerdcommenter.git | 21 | url = https://github.com/scrooloose/nerdcommenter.git |
