From 93112665c5e978705c336890636c8394ac1e76ed Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 22 Sep 2016 19:04:51 +0200 Subject: [PATCH] add vim supertab plugin --- .gitmodules | 3 +++ .vim/bundle/supertab | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/supertab 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