diff options
| author | 2015-02-03 20:15:56 +0100 | |
|---|---|---|
| committer | 2015-02-03 20:15:56 +0100 | |
| commit | 79400a088003aed7f51a856a8391b05425d81a0e (patch) | |
| tree | 66fae7299d2af95a7df934bcdc715323cbfcb0b6 /.gitmodules | |
| parent | 212b93602bb42a66204e479543b42cdeb86b4cb1 (diff) | |
| download | dotfiles-79400a088003aed7f51a856a8391b05425d81a0e.tar.gz dotfiles-79400a088003aed7f51a856a8391b05425d81a0e.tar.bz2 dotfiles-79400a088003aed7f51a856a8391b05425d81a0e.zip | |
Added vim-pathogen to manage git plugins
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 | ||
