From e7af4e61e0d642ff31081933009cda524fd795dd Mon Sep 17 00:00:00 2001 From: Faerbit Date: Thu, 29 May 2014 23:57:51 +0200 Subject: [PATCH] Added supertab and autotag vim plugin. --- vim/bundle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/bundle/Makefile b/vim/bundle/Makefile index 4146271..c0b273a 100644 --- a/vim/bundle/Makefile +++ b/vim/bundle/Makefile @@ -7,6 +7,7 @@ init: test -d snipmate || git submodule add https://github.com/garbas/vim-snipmate.git snipmate test -d snippets || git submodule add https://github.com/honza/vim-snippets.git snippets test -d coveragepy || git submodule add https://github.com/alfredodeza/coveragepy.vim coveragepy - + test -d supertab || git submodule add https://github.com/ervandew/supertab supertab + test -d autotag || git submodule add https://github.com/craigemery/vim-autotag autotag update: git submodule update