diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-12-03 23:32:36 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-12-03 23:32:36 +0100 |
commit | 18dfecfe5c317062d6dbce59dde4a3ec63275ae2 (patch) | |
tree | 813ac554c7293123bf282dbb838a03cf926e17a4 /.gitmodules | |
parent | 3aac7277ef116d5d289db53008117c78c9cb1628 (diff) | |
download | dotfiles-18dfecfe5c317062d6dbce59dde4a3ec63275ae2.tar.gz dotfiles-18dfecfe5c317062d6dbce59dde4a3ec63275ae2.tar.xz |
vim: Add syntastic
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eb89c28 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/bundle/syntastic"] + path = .vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git |