summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-02-17 23:29:08 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2013-02-17 23:29:08 +0100
commit1637cb57b6bd91f209141efa59c7a87a18749475 (patch)
tree606dcd0ccf4a71d9d1921a9a7b64572f59cb72d1 /.gitmodules
parentb7105087249a1b2e5cad01056d69fe742baf1d9e (diff)
downloaddotfiles-1637cb57b6bd91f209141efa59c7a87a18749475.tar.gz
Add vim config
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