From 506e342675415f972e389ec062013d8282b61a2e Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 15 Apr 2013 21:36:36 +0200 Subject: [Vim] Add vim-ipython bundle as a submodule --- .gitmodules | 3 +++ .vim/bundle/vim-ipython | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-ipython 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 index 0000000..515ed45 --- /dev/null +++ b/.vim/bundle/vim-ipython @@ -0,0 +1 @@ +Subproject commit 515ed45b5d6e197912584f4410d95a929e193b1c -- cgit v1.2.3-70-g09d2