summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-04-15 21:36:36 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2013-04-15 21:36:36 +0200
commit506e342675415f972e389ec062013d8282b61a2e (patch)
treeb1e3f6c324b7342ffb89a6902aa015631045b690
parent0f1cd5cabd173462d0fadef107e4506f506754c2 (diff)
downloaddotfiles-506e342675415f972e389ec062013d8282b61a2e.tar.gz
[Vim] Add vim-ipython bundle as a submodule
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-ipython0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 958f94f..43e33db 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
+[submodule ".vim/bundle/vim-ipython"]
+ path = .vim/bundle/vim-ipython
+ url = https://github.com/ivanov/vim-ipython.git
diff --git a/.vim/bundle/vim-ipython b/.vim/bundle/vim-ipython
new file mode 160000
+Subproject 515ed45b5d6e197912584f4410d95a929e193b1