From 0bf8ccdf049fbeede4203526e284f0a1627d7830 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 21 Jan 2014 22:38:12 +0100 Subject: [PATCH] added jedi-vim --- .gitmodules | 3 +++ .vim/bundle/jedi-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/jedi-vim diff --git a/.gitmodules b/.gitmodules index e986644..70e4afe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/jedi-vim"] + path = .vim/bundle/jedi-vim + url = https://github.com/davidhalter/jedi-vim.git diff --git a/.vim/bundle/jedi-vim b/.vim/bundle/jedi-vim new file mode 160000 index 0000000..d9a43db --- /dev/null +++ b/.vim/bundle/jedi-vim @@ -0,0 +1 @@ +Subproject commit d9a43db019da0390406e34cb161a61fba43bf250