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