diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index b993b7a..bae5311 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | [submodule "vim/.vim/vim-pathogen"] | 1 | [submodule "vim/.vim/vim-pathogen"] |
| 2 | path = vim/.vim/vim-pathogen | 2 | path = vim/.vim/vim-pathogen |
| 3 | url = https://github.com/tpope/vim-pathogen.git | 3 | url = https://github.com/tpope/vim-pathogen.git |
| 4 | [submodule "vim/.vim/bundle/nerdcommenter"] | ||
| 5 | path = vim/.vim/bundle/nerdcommenter | ||
| 6 | url = https://github.com/scrooloose/nerdcommenter.git | ||
| 4 | [submodule "vim/.vim/bundle/nerdtree"] | 7 | [submodule "vim/.vim/bundle/nerdtree"] |
| 5 | path = vim/.vim/bundle/nerdtree | 8 | path = vim/.vim/bundle/nerdtree |
| 6 | url = https://github.com/scrooloose/nerdtree.git | 9 | url = https://github.com/scrooloose/nerdtree.git |
| @@ -16,6 +19,3 @@ | |||
| 16 | [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] | 19 | [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] |
| 17 | path = vim/.vim/bundle/vim-nerdtree-tabs | 20 | path = vim/.vim/bundle/vim-nerdtree-tabs |
| 18 | url = https://github.com/jistr/vim-nerdtree-tabs.git | 21 | url = https://github.com/jistr/vim-nerdtree-tabs.git |
| 19 | [submodule "vim/.vim/bundle/nerdcommenter"] | ||
| 20 | path = vim/.vim/bundle/nerdcommenter | ||
| 21 | url = https://github.com/scrooloose/nerdcommenter.git | ||
