summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 1a00e2c..d40a212 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,9 @@
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
+[submodule ".vim/bundle/nerdtree"]
+ path = .vim/bundle/nerdtree
+ url = https://github.com/scrooloose/nerdtree.git
+[submodule ".vim/bundle/python-mode"]
+ path = .vim/bundle/python-mode
+ url = git://github.com/klen/python-mode.git