diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-10-10 17:09:16 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-10-10 17:09:16 -0700 |
commit | 61eae6bd30933f1273739079174133e9046b1bf1 (patch) | |
tree | f120432316668f40de7b5f5cf3ab7dfc3865655b /.gitmodules | |
parent | 3b1a85ab69f647f20a83ae60ec2c5311de2be3c6 (diff) |
Adding pathogen, syntatic, and other changes.
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..34fa261 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "base/vim/bundle/syntastic"] + path = base/vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git |