From 04a8ffb2cc6e94802fc9aa5e19f743e5bf414fc5 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 28 Jun 2014 23:52:05 +0200 Subject: vim: added syntastic module --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 70931ec..54d9400 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "ctrlp"] path = vim/bundle/ctrlp url = https://github.com/kien/ctrlp.vim.git +[submodule "syntastic"] + path = vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git -- cgit v1.2.3