Added supertab and autotag vim plugin.

This commit is contained in:
Faerbit 2014-05-29 23:57:51 +02:00
parent d5b0e2359c
commit e7af4e61e0

View File

@ -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