diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2014-06-28 23:52:05 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2014-06-28 23:54:28 +0200 |
| commit | 04a8ffb2cc6e94802fc9aa5e19f743e5bf414fc5 (patch) | |
| tree | 261007b94b811a23ee01e5188affcf3606e00c12 /.gitmodules | |
| parent | 1a8bb833952d86ef1d8d2c85d514f678b6042de4 (diff) | |
vim: added syntastic module
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
