diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-15 21:36:36 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-15 21:36:36 +0200 |
| commit | 506e342675415f972e389ec062013d8282b61a2e (patch) | |
| tree | b1e3f6c324b7342ffb89a6902aa015631045b690 /.gitmodules | |
| parent | 0f1cd5cabd173462d0fadef107e4506f506754c2 (diff) | |
| download | dotfiles-506e342675415f972e389ec062013d8282b61a2e.tar.gz | |
[Vim] Add vim-ipython bundle as a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 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 |
