diff options
| author | 2015-03-30 10:46:15 +0200 | |
|---|---|---|
| committer | 2015-03-30 10:46:15 +0200 | |
| commit | a59d92bf52c5473f850bac3f3b88fad34242cda4 (patch) | |
| tree | 4c802d6d68cdcffb6f1383673a6451d02b42833a /.gitmodules | |
| parent | c3d36d59a878a067c071b96a1dff84a8d047aa06 (diff) | |
| download | dotfiles-a59d92bf52c5473f850bac3f3b88fad34242cda4.tar.gz dotfiles-a59d92bf52c5473f850bac3f3b88fad34242cda4.tar.bz2 dotfiles-a59d92bf52c5473f850bac3f3b88fad34242cda4.zip | |
Fixed submodules
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 | ||
