diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8f453df --- /dev/null +++ b/.gitmodules | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | [submodule "vim/.vim/bundle/vim-pathogen"] | ||
| 2 | path = vim/.vim/bundle/vim-pathogen | ||
| 3 | url = https://github.com/tpope/vim-pathogen.git | ||
| 4 | [submodule "vim/.vim/bundle/nerdtree"] | ||
| 5 | path = vim/.vim/bundle/nerdtree | ||
| 6 | url = git@github.com:scrooloose/nerdtree.git | ||
| 7 | [submodule "vim/.vim/vim-pathogen"] | ||
| 8 | path = vim/.vim/vim-pathogen | ||
| 9 | url = git@github.com:tpope/vim-pathogen.git | ||
