diff --git a/.gitmodules b/.gitmodules index 95c1dbf..491eed0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule ".vim/bundle/gundo.vim"] path = .vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git +[submodule ".vim/bundle/supertab"] + path = .vim/bundle/supertab + url = https://github.com/ervandew/supertab.git diff --git a/.vim/bundle/supertab b/.vim/bundle/supertab new file mode 160000 index 0000000..6651177 --- /dev/null +++ b/.vim/bundle/supertab @@ -0,0 +1 @@ +Subproject commit 66511772a430a5eaad7f7d03dbb02e8f33c4a641